Shades of Eucalyptus #36965C
Tints of Eucalyptus #36965C
RGB
CMYK
RGB Variations
Color information
#36965C (or 0x36965C) is known color: Eucalyptus. HEX triplet: 36, 96 and 5C. RGB value is (54,150,92). Sum of RGB (Red+Green+Blue) = 54+150+92=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 150 (58.98% from 255 or 50.68% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 150 - color contains mainly: green. Hex color #36965C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36965C is #C969A3. Grayscale: #727272. Windows color (decimal): -13199780 or 6067766. OLE color: 6067766.
HSL color Cylindrical-coordinate representation of color #36965C: hue angle of 143.75º 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 #36965C is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 54 | 150 | 92 | - |
| CMYK | 0.64 | 0 | 0.39 | 0.41 |
| HSL | 143.75º | 0.47% | 0.4% | - |
| HSV(B) | 143.75º | 0.64% | 0.59% | - |
| XYZ | 14.36 | 23.37 | 13.88 | - |
| YUV | 114.68 | 115.2 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 150 | 92 | 0.64 | 0 | 0.39 | 0.41 | 143.75 | 0.47 | 0.4 |
| Hex | 36 | 96 | 5C | 40 | 0 | 27 | 29 | 90 | 2F | 28 |
| Octal | 66 | 226 | 134 | 100 | 0 | 47 | 51 | 220 | 57 | 50 |
| Binary | 110110 | 10010110 | 1011100 | 1000000 | 0 | 100111 | 101001 | 10010000 | 101111 | 101000 |
Color Harmonies of #36965C
Complementary color
Monochromatic Colors of #36965C
Black with #36965C
Text Example
Text Example
White with #36965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36965C; }
p { color: rgb(54,150,92); }
H1.HeaderClassName
{
color: #36965C;
}
.AnyTagClassName
{
color: #36965C;
}
</style>
background-color css
<style>
a { background-color: #36965C; }
a { background-color: rgb(54,150,92); }
div.DivClassName
{
background-color: #36965C;
}
.BgClassName
{
background-color: #36965C;
}
</style>
border-color css
<style>
span { border-color: #36965C; }
span { border-color: rgb(54,150,92); }
td.TdClassName
{
border-color: #36965C;
}
.TagClassName
{
border-color: #36965C;
}
</style>