#3CA164

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

Shades of Eucalyptus #3CA164

Tints of Eucalyptus #3CA164

Color information

#3CA164 (or 0x3CA164) is unknown color: approx Eucalyptus. HEX triplet: 3C, A1 and 64. RGB value is (60,161,100). Sum of RGB (Red+Green+Blue) = 60+161+100=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 161 (63.28% from 255 or 50.16% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 161 - color contains mainly: green. Hex color #3CA164 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA164 is #C35E9B. Grayscale: #7B7B7B. Windows color (decimal): -12803740 or 6594876. OLE color: 6594876.

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

Color convert

RGB60161100-
CMYK0.6300.380.37
HSL143.76º45.7%43.33%-
HSV(B)143.76º62.73%63.14%-
XYZ16.9127.3716.45-
YUV123.85114.5482.46-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.69%
GREEN value IS 161 (63.28% from 255) = 50.16%
BLUE value IS 100 (39.45% from 255) = 31.15%
R=18.69%
G=50.16%
B=31.15%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal601611000.6300.380.37143.7645.743.33
Hex3CA1643F02625902e2b
Octal7424114477046452205653
Binary111100101000011100100111111010011010010110010000101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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