#3CB34E

Color #3CB34E Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #3CB34E

Tints of Fruit Salad #3CB34E

Color information

#3CB34E (or 0x3CB34E) is unknown color: approx Fruit Salad. HEX triplet: 3C, B3 and 4E. RGB value is (60,179,78). Sum of RGB (Red+Green+Blue) = 60+179+78=317 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.93% from 317); Green value is 179 (70.31% from 255 or 56.47% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 179 - color contains mainly: green. Hex color #3CB34E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CB34E is #C34CB1. Grayscale: #848484. Windows color (decimal): -12799154 or 5157692. OLE color: 5157692.

HSL color Cylindrical-coordinate representation of color #3CB34E: hue angle of 129.08º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB34E is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB6017978-
CMYK0.6600.560.30
HSL129.08º49.79%46.86%-
HSV(B)129.08º66.48%70.2%-
XYZ19.3633.7512.7-
YUV131.997.5876.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 60 (23.83% from 255) = 18.93%
GREEN value IS 179 (70.31% from 255) = 56.47%
BLUE value IS 78 (30.86% from 255) = 24.61%
R=18.93%
G=56.47%
B=24.61%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal60179780.6600.560.30129.0849.7946.86
Hex3CB34E420381E81322f
Octal74263116102070362016257
Binary111100101100111001110100001001110001111010000001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB34E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CB34E; }

 p { color: rgb(60,179,78); }

 H1.HeaderClassName
 {
   color: #3CB34E;
 }
 .AnyTagClassName
 {
   color: #3CB34E;
 }
</style>
background-color css

<style>
 a { background-color: #3CB34E; }

 a { background-color: rgb(60,179,78); }

 div.DivClassName
 {
   background-color: #3CB34E;
 }
 .BgClassName
 {
   background-color: #3CB34E;
 }
</style>
border-color css

<style>
 span { border-color: #3CB34E; }

 span { border-color: rgb(60,179,78); }

 td.TdClassName
 {
   border-color: #3CB34E;
 }
 .TagClassName
 {
   border-color: #3CB34E;
 }
</style>