Shades of Eucalyptus #36956D
Tints of Eucalyptus #36956D
RGB
CMYK
RGB Variations
Color information
#36956D (or 0x36956D) is known color: Eucalyptus. HEX triplet: 36, 95 and 6D. RGB value is (54,149,109). Sum of RGB (Red+Green+Blue) = 54+149+109=312 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.31% from 312); Green value is 149 (58.59% from 255 or 47.76% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 149 - color contains mainly: green. Hex color #36956D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36956D is #C96A92. Grayscale: #747474. Windows color (decimal): -13200019 or 7181622. OLE color: 7181622.
HSL color Cylindrical-coordinate representation of color #36956D: hue angle of 154.74º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #36956D is Cyan = 0.64, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 149 | 109 | - |
| CMYK | 0.64 | 0 | 0.27 | 0.42 |
| HSL | 154.74º | 0.47% | 0.4% | - |
| HSV(B) | 154.74º | 0.64% | 0.58% | - |
| XYZ | 15.03 | 23.38 | 18.19 | - |
| YUV | 116.04 | 124.03 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 149 | 109 | 0.64 | 0 | 0.27 | 0.42 | 154.74 | 0.47 | 0.4 |
| Hex | 36 | 95 | 6D | 40 | 0 | 1B | 2A | 9B | 2F | 28 |
| Octal | 66 | 225 | 155 | 100 | 0 | 33 | 52 | 233 | 57 | 50 |
| Binary | 110110 | 10010101 | 1101101 | 1000000 | 0 | 11011 | 101010 | 10011011 | 101111 | 101000 |
Color Harmonies of #36956D
Complementary color
Monochromatic Colors of #36956D
Black with #36956D
Text Example
Text Example
White with #36956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36956D; }
p { color: rgb(54,149,109); }
H1.HeaderClassName
{
color: #36956D;
}
.AnyTagClassName
{
color: #36956D;
}
</style>
background-color css
<style>
a { background-color: #36956D; }
a { background-color: rgb(54,149,109); }
div.DivClassName
{
background-color: #36956D;
}
.BgClassName
{
background-color: #36956D;
}
</style>
border-color css
<style>
span { border-color: #36956D; }
span { border-color: rgb(54,149,109); }
td.TdClassName
{
border-color: #36956D;
}
.TagClassName
{
border-color: #36956D;
}
</style>