#3CA168

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

Shades of Eucalyptus #3CA168

Tints of Eucalyptus #3CA168

Color information

#3CA168 (or 0x3CA168) is unknown color: approx Eucalyptus. HEX triplet: 3C, A1 and 68. RGB value is (60,161,104). Sum of RGB (Red+Green+Blue) = 60+161+104=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 161 (63.28% from 255 or 49.54% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 161 - color contains mainly: green. Hex color #3CA168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA168 is #C35E97. Grayscale: #7C7C7C. Windows color (decimal): -12803736 or 6857020. OLE color: 6857020.

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

Color convert

RGB60161104-
CMYK0.6300.350.37
HSL146.14º45.7%43.33%-
HSV(B)146.14º62.73%63.14%-
XYZ17.1127.4517.49-
YUV124.3116.5482.13-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.46%
GREEN value IS 161 (63.28% from 255) = 49.54%
BLUE value IS 104 (41.02% from 255) = 32%
R=18.46%
G=49.54%
B=32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal601611040.6300.350.37146.1445.743.33
Hex3CA1683F02325922e2b
Octal7424115077043452225653
Binary111100101000011101000111111010001110010110010010101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,161,104); }

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

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

 a { background-color: rgb(60,161,104); }

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

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

 span { border-color: rgb(60,161,104); }

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