#36996E

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

Shades of Eucalyptus #36996E

Tints of Eucalyptus #36996E

Color information

#36996E (or 0x36996E) is unknown color: approx Eucalyptus. HEX triplet: 36, 99 and 6E. RGB value is (54,153,110). Sum of RGB (Red+Green+Blue) = 54+153+110=317 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.03% from 317); Green value is 153 (60.16% from 255 or 48.26% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 153 - color contains mainly: green. Hex color #36996E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36996E is #C96691. Grayscale: #767676. Windows color (decimal): -13198994 or 7248182. OLE color: 7248182.

HSL color Cylindrical-coordinate representation of color #36996E: hue angle of 153.94º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36996E is Cyan = 0.65, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.4.

Color convert

RGB54153110-
CMYK0.6500.280.4
HSL153.94º47.83%40.59%-
HSV(B)153.94º64.71%60%-
XYZ15.7324.6918.69-
YUV118.5123.282-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.03%
GREEN value IS 153 (60.16% from 255) = 48.26%
BLUE value IS 110 (43.36% from 255) = 34.70%
R=17.03%
G=48.26%
B=34.70%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal541531100.6500.280.4153.9447.8340.59
Hex36996E4101C289a3029
Octal66231156101034502326051
Binary110110100110011101110100000101110010100010011010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36996E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36996E; }

 p { color: rgb(54,153,110); }

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

<style>
 a { background-color: #36996E; }

 a { background-color: rgb(54,153,110); }

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

<style>
 span { border-color: #36996E; }

 span { border-color: rgb(54,153,110); }

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