#3C996C

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

Shades of Eucalyptus #3C996C

Tints of Eucalyptus #3C996C

Color information

#3C996C (or 0x3C996C) is unknown color: approx Eucalyptus. HEX triplet: 3C, 99 and 6C. RGB value is (60,153,108). Sum of RGB (Red+Green+Blue) = 60+153+108=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 153 - color contains mainly: green. Hex color #3C996C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C996C is #C36693. Grayscale: #787878. Windows color (decimal): -12805780 or 7117116. OLE color: 7117116.

HSL color Cylindrical-coordinate representation of color #3C996C: hue angle of 150.97º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C996C is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB60153108-
CMYK0.6100.290.4
HSL150.97º43.66%41.76%-
HSV(B)150.97º60.78%60%-
XYZ15.9624.8318.14-
YUV120.06121.1985.16-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.69%
GREEN value IS 153 (60.16% from 255) = 47.66%
BLUE value IS 108 (42.58% from 255) = 33.64%
R=18.69%
G=47.66%
B=33.64%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal601531080.6100.290.4150.9743.6641.76
Hex3C996C3D01D28972c2a
Octal7423115475035502275452
Binary11110010011001110110011110101110110100010010111101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C996C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,153,108); }

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

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

 a { background-color: rgb(60,153,108); }

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

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

 span { border-color: rgb(60,153,108); }

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