Shades of Eucalyptus #36995B
Tints of Eucalyptus #36995B
RGB
CMYK
RGB Variations
Color information
#36995B (or 0x36995B) is known color: Eucalyptus. HEX triplet: 36, 99 and 5B. RGB value is (54,153,91). Sum of RGB (Red+Green+Blue) = 54+153+91=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 153 (60.16% from 255 or 51.34% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 153 - color contains mainly: green. Hex color #36995B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36995B is #C966A4. Grayscale: #747474. Windows color (decimal): -13199013 or 6002998. OLE color: 6002998.
HSL color Cylindrical-coordinate representation of color #36995B: hue angle of 142.42º 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 #36995B is Cyan = 0.65, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 54 | 153 | 91 | - |
| CMYK | 0.65 | 0 | 0.41 | 0.4 |
| HSL | 142.42º | 0.48% | 0.41% | - |
| HSV(B) | 142.42º | 0.65% | 0.6% | - |
| XYZ | 14.8 | 24.32 | 13.81 | - |
| YUV | 116.33 | 113.7 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 153 | 91 | 0.65 | 0 | 0.41 | 0.4 | 142.42 | 0.48 | 0.41 |
| Hex | 36 | 99 | 5B | 41 | 0 | 29 | 28 | 8E | 30 | 29 |
| Octal | 66 | 231 | 133 | 101 | 0 | 51 | 50 | 216 | 60 | 51 |
| Binary | 110110 | 10011001 | 1011011 | 1000001 | 0 | 101001 | 101000 | 10001110 | 110000 | 101001 |
Color Harmonies of #36995B
Complementary color
Monochromatic Colors of #36995B
Black with #36995B
Text Example
Text Example
White with #36995B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36995B; }
p { color: rgb(54,153,91); }
H1.HeaderClassName
{
color: #36995B;
}
.AnyTagClassName
{
color: #36995B;
}
</style>
background-color css
<style>
a { background-color: #36995B; }
a { background-color: rgb(54,153,91); }
div.DivClassName
{
background-color: #36995B;
}
.BgClassName
{
background-color: #36995B;
}
</style>
border-color css
<style>
span { border-color: #36995B; }
span { border-color: rgb(54,153,91); }
td.TdClassName
{
border-color: #36995B;
}
.TagClassName
{
border-color: #36995B;
}
</style>