Shades of Eucalyptus #36985C
Tints of Eucalyptus #36985C
RGB
CMYK
RGB Variations
Color information
#36985C (or 0x36985C) is known color: Eucalyptus. HEX triplet: 36, 98 and 5C. RGB value is (54,152,92). Sum of RGB (Red+Green+Blue) = 54+152+92=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 152 (59.77% from 255 or 51.01% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 152 - color contains mainly: green. Hex color #36985C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36985C is #C967A3. Grayscale: #747474. Windows color (decimal): -13199268 or 6068278. OLE color: 6068278.
HSL color Cylindrical-coordinate representation of color #36985C: hue angle of 143.27º 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 #36985C is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 152 | 92 | - |
| CMYK | 0.64 | 0 | 0.39 | 0.40 |
| HSL | 143.27º | 0.48% | 0.4% | - |
| HSV(B) | 143.27º | 0.64% | 0.6% | - |
| XYZ | 14.68 | 24.01 | 13.99 | - |
| YUV | 115.86 | 114.53 | 83.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 152 | 92 | 0.64 | 0 | 0.39 | 0.40 | 143.27 | 0.48 | 0.4 |
| Hex | 36 | 98 | 5C | 40 | 0 | 27 | 28 | 8F | 30 | 28 |
| Octal | 66 | 230 | 134 | 100 | 0 | 47 | 50 | 217 | 60 | 50 |
| Binary | 110110 | 10011000 | 1011100 | 1000000 | 0 | 100111 | 101000 | 10001111 | 110000 | 101000 |
Color Harmonies of #36985C
Complementary color
Monochromatic Colors of #36985C
Black with #36985C
Text Example
Text Example
White with #36985C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36985C; }
p { color: rgb(54,152,92); }
H1.HeaderClassName
{
color: #36985C;
}
.AnyTagClassName
{
color: #36985C;
}
</style>
background-color css
<style>
a { background-color: #36985C; }
a { background-color: rgb(54,152,92); }
div.DivClassName
{
background-color: #36985C;
}
.BgClassName
{
background-color: #36985C;
}
</style>
border-color css
<style>
span { border-color: #36985C; }
span { border-color: rgb(54,152,92); }
td.TdClassName
{
border-color: #36985C;
}
.TagClassName
{
border-color: #36985C;
}
</style>