#36986C

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

Shades of Eucalyptus #36986C

Tints of Eucalyptus #36986C

Color information

#36986C (or 0x36986C) is unknown color: approx Eucalyptus. HEX triplet: 36, 98 and 6C. RGB value is (54,152,108). Sum of RGB (Red+Green+Blue) = 54+152+108=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 152 (59.77% from 255 or 48.41% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 152 - color contains mainly: green. Hex color #36986C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36986C is #C96793. Grayscale: #757575. Windows color (decimal): -13199252 or 7116854. OLE color: 7116854.

HSL color Cylindrical-coordinate representation of color #36986C: hue angle of 153.06º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #36986C is Cyan = 0.64, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB54152108-
CMYK0.6400.290.40
HSL153.06º47.57%40.39%-
HSV(B)153.06º64.47%59.61%-
XYZ15.4624.3218.07-
YUV117.68122.5382.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.20%
GREEN value IS 152 (59.77% from 255) = 48.41%
BLUE value IS 108 (42.58% from 255) = 34.39%
R=17.20%
G=48.41%
B=34.39%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal541521080.6400.290.40153.0647.5740.39
Hex36986C4001D28993028
Octal66230154100035502316050
Binary110110100110001101100100000001110110100010011001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36986C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36986C; }

 p { color: rgb(54,152,108); }

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

<style>
 a { background-color: #36986C; }

 a { background-color: rgb(54,152,108); }

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

<style>
 span { border-color: #36986C; }

 span { border-color: rgb(54,152,108); }

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