#3CA069

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

Shades of Eucalyptus #3CA069

Tints of Eucalyptus #3CA069

Color information

#3CA069 (or 0x3CA069) is unknown color: approx Eucalyptus. HEX triplet: 3C, A0 and 69. RGB value is (60,160,105). Sum of RGB (Red+Green+Blue) = 60+160+105=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 160 (62.89% from 255 or 49.23% from 325); Blue value is 105 (41.41% from 255 or 32.31% from 325); Max value from RGB is 160 - color contains mainly: green. Hex color #3CA069 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA069 is #C35F96. Grayscale: #7B7B7B. Windows color (decimal): -12803991 or 6922300. OLE color: 6922300.

HSL color Cylindrical-coordinate representation of color #3CA069: hue angle of 147º 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 #3CA069 is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB60160105-
CMYK0.6200.340.37
HSL147º45.45%43.14%-
HSV(B)147º62.5%62.75%-
XYZ16.9827.1217.7-
YUV123.83117.3782.47-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.46%
GREEN value IS 160 (62.89% from 255) = 49.23%
BLUE value IS 105 (41.41% from 255) = 32.31%
R=18.46%
G=49.23%
B=32.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal601601050.6200.340.3714745.4543.14
Hex3CA0693E02225932d2b
Octal7424015176042452235553
Binary111100101000001101001111110010001010010110010011101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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