Shades of Eucalyptus #369872
Tints of Eucalyptus #369872
RGB
CMYK
RGB Variations
Color information
#369872 (or 0x369872) is known color: Eucalyptus. HEX triplet: 36, 98 and 72. RGB value is (54,152,114). Sum of RGB (Red+Green+Blue) = 54+152+114=320 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.88% from 320); Green value is 152 (59.77% from 255 or 47.5% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 152 - color contains mainly: green. Hex color #369872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369872 is #C9678D. Grayscale: #767676. Windows color (decimal): -13199246 or 7510070. OLE color: 7510070.
HSL color Cylindrical-coordinate representation of color #369872: hue angle of 156.73º 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 #369872 is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 152 | 114 | - |
| CMYK | 0.64 | 0 | 0.25 | 0.40 |
| HSL | 156.73º | 0.48% | 0.4% | - |
| HSV(B) | 156.73º | 0.64% | 0.6% | - |
| XYZ | 15.79 | 24.46 | 19.81 | - |
| YUV | 118.37 | 125.53 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 152 | 114 | 0.64 | 0 | 0.25 | 0.40 | 156.73 | 0.48 | 0.4 |
| Hex | 36 | 98 | 72 | 40 | 0 | 19 | 28 | 9D | 30 | 28 |
| Octal | 66 | 230 | 162 | 100 | 0 | 31 | 50 | 235 | 60 | 50 |
| Binary | 110110 | 10011000 | 1110010 | 1000000 | 0 | 11001 | 101000 | 10011101 | 110000 | 101000 |
Color Harmonies of #369872
Complementary color
Monochromatic Colors of #369872
Black with #369872
Text Example
Text Example
White with #369872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369872; }
p { color: rgb(54,152,114); }
H1.HeaderClassName
{
color: #369872;
}
.AnyTagClassName
{
color: #369872;
}
</style>
background-color css
<style>
a { background-color: #369872; }
a { background-color: rgb(54,152,114); }
div.DivClassName
{
background-color: #369872;
}
.BgClassName
{
background-color: #369872;
}
</style>
border-color css
<style>
span { border-color: #369872; }
span { border-color: rgb(54,152,114); }
td.TdClassName
{
border-color: #369872;
}
.TagClassName
{
border-color: #369872;
}
</style>