#3CA06E

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

Shades of Eucalyptus #3CA06E

Tints of Eucalyptus #3CA06E

Color information

#3CA06E (or 0x3CA06E) is unknown color: approx Eucalyptus. HEX triplet: 3C, A0 and 6E. RGB value is (60,160,110). Sum of RGB (Red+Green+Blue) = 60+160+110=330 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.18% from 330); Green value is 160 (62.89% from 255 or 48.48% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 160 - color contains mainly: green. Hex color #3CA06E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA06E is #C35F91. Grayscale: #7C7C7C. Windows color (decimal): -12803986 or 7249980. OLE color: 7249980.

HSL color Cylindrical-coordinate representation of color #3CA06E: hue angle of 150º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3CA06E is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB60160110-
CMYK0.6200.310.37
HSL150º45.45%43.14%-
HSV(B)150º62.5%62.75%-
XYZ17.2527.2319.1-
YUV124.4119.8782.07-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.18%
GREEN value IS 160 (62.89% from 255) = 48.48%
BLUE value IS 110 (43.36% from 255) = 33.33%
R=18.18%
G=48.48%
B=33.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal601601100.6200.310.3715045.4543.14
Hex3CA06E3E01F25962d2b
Octal7424015676037452265553
Binary11110010100000110111011111001111110010110010110101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,160,110); }

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

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

 a { background-color: rgb(60,160,110); }

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

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

 span { border-color: rgb(60,160,110); }

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