Shades of Eucalyptus #36995C
Tints of Eucalyptus #36995C
RGB
CMYK
RGB Variations
Color information
#36995C (or 0x36995C) is known color: Eucalyptus. HEX triplet: 36, 99 and 5C. RGB value is (54,153,92). Sum of RGB (Red+Green+Blue) = 54+153+92=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 153 (60.16% from 255 or 51.17% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 153 - color contains mainly: green. Hex color #36995C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36995C is #C966A3. Grayscale: #747474. Windows color (decimal): -13199012 or 6068534. OLE color: 6068534.
HSL color Cylindrical-coordinate representation of color #36995C: hue angle of 143.03º 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 #36995C is Cyan = 0.65, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 54 | 153 | 92 | - |
| CMYK | 0.65 | 0 | 0.40 | 0.4 |
| HSL | 143.03º | 0.48% | 0.41% | - |
| HSV(B) | 143.03º | 0.65% | 0.6% | - |
| XYZ | 14.84 | 24.34 | 14.04 | - |
| YUV | 116.45 | 114.2 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 153 | 92 | 0.65 | 0 | 0.40 | 0.4 | 143.03 | 0.48 | 0.41 |
| Hex | 36 | 99 | 5C | 41 | 0 | 28 | 28 | 8F | 30 | 29 |
| Octal | 66 | 231 | 134 | 101 | 0 | 50 | 50 | 217 | 60 | 51 |
| Binary | 110110 | 10011001 | 1011100 | 1000001 | 0 | 101000 | 101000 | 10001111 | 110000 | 101001 |
Color Harmonies of #36995C
Complementary color
Monochromatic Colors of #36995C
Black with #36995C
Text Example
Text Example
White with #36995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36995C; }
p { color: rgb(54,153,92); }
H1.HeaderClassName
{
color: #36995C;
}
.AnyTagClassName
{
color: #36995C;
}
</style>
background-color css
<style>
a { background-color: #36995C; }
a { background-color: rgb(54,153,92); }
div.DivClassName
{
background-color: #36995C;
}
.BgClassName
{
background-color: #36995C;
}
</style>
border-color css
<style>
span { border-color: #36995C; }
span { border-color: rgb(54,153,92); }
td.TdClassName
{
border-color: #36995C;
}
.TagClassName
{
border-color: #36995C;
}
</style>