Shades of Eucalyptus #36966B
Tints of Eucalyptus #36966B
RGB
CMYK
RGB Variations
Color information
#36966B (or 0x36966B) is known color: Eucalyptus. HEX triplet: 36, 96 and 6B. RGB value is (54,150,107). Sum of RGB (Red+Green+Blue) = 54+150+107=311 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.36% from 311); Green value is 150 (58.98% from 255 or 48.23% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 150 - color contains mainly: green. Hex color #36966B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36966B is #C96994. Grayscale: #747474. Windows color (decimal): -13199765 or 7050806. OLE color: 7050806.
HSL color Cylindrical-coordinate representation of color #36966B: hue angle of 153.12º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #36966B is Cyan = 0.64, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 54 | 150 | 107 | - |
| CMYK | 0.64 | 0 | 0.29 | 0.41 |
| HSL | 153.13º | 0.47% | 0.4% | - |
| HSV(B) | 153.13º | 0.64% | 0.59% | - |
| XYZ | 15.08 | 23.66 | 17.68 | - |
| YUV | 116.39 | 122.7 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 150 | 107 | 0.64 | 0 | 0.29 | 0.41 | 153.13 | 0.47 | 0.4 |
| Hex | 36 | 96 | 6B | 40 | 0 | 1D | 29 | 99 | 2F | 28 |
| Octal | 66 | 226 | 153 | 100 | 0 | 35 | 51 | 231 | 57 | 50 |
| Binary | 110110 | 10010110 | 1101011 | 1000000 | 0 | 11101 | 101001 | 10011001 | 101111 | 101000 |
Color Harmonies of #36966B
Complementary color
Monochromatic Colors of #36966B
Black with #36966B
Text Example
Text Example
White with #36966B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36966B; }
p { color: rgb(54,150,107); }
H1.HeaderClassName
{
color: #36966B;
}
.AnyTagClassName
{
color: #36966B;
}
</style>
background-color css
<style>
a { background-color: #36966B; }
a { background-color: rgb(54,150,107); }
div.DivClassName
{
background-color: #36966B;
}
.BgClassName
{
background-color: #36966B;
}
</style>
border-color css
<style>
span { border-color: #36966B; }
span { border-color: rgb(54,150,107); }
td.TdClassName
{
border-color: #36966B;
}
.TagClassName
{
border-color: #36966B;
}
</style>