Shades of Eucalyptus #369672
Tints of Eucalyptus #369672
RGB
CMYK
RGB Variations
Color information
#369672 (or 0x369672) is known color: Eucalyptus. HEX triplet: 36, 96 and 72. RGB value is (54,150,114). Sum of RGB (Red+Green+Blue) = 54+150+114=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 150 (58.98% from 255 or 47.17% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 150 - color contains mainly: green. Hex color #369672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369672 is #C9698D. Grayscale: #757575. Windows color (decimal): -13199758 or 7509558. OLE color: 7509558.
HSL color Cylindrical-coordinate representation of color #369672: hue angle of 157.5º 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 #369672 is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 54 | 150 | 114 | - |
| CMYK | 0.64 | 0 | 0.24 | 0.41 |
| HSL | 157.5º | 0.47% | 0.4% | - |
| HSV(B) | 157.5º | 0.64% | 0.59% | - |
| XYZ | 15.46 | 23.81 | 19.7 | - |
| YUV | 117.19 | 126.2 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 150 | 114 | 0.64 | 0 | 0.24 | 0.41 | 157.5 | 0.47 | 0.4 |
| Hex | 36 | 96 | 72 | 40 | 0 | 18 | 29 | 9E | 2F | 28 |
| Octal | 66 | 226 | 162 | 100 | 0 | 30 | 51 | 236 | 57 | 50 |
| Binary | 110110 | 10010110 | 1110010 | 1000000 | 0 | 11000 | 101001 | 10011110 | 101111 | 101000 |
Color Harmonies of #369672
Complementary color
Monochromatic Colors of #369672
Black with #369672
Text Example
Text Example
White with #369672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369672; }
p { color: rgb(54,150,114); }
H1.HeaderClassName
{
color: #369672;
}
.AnyTagClassName
{
color: #369672;
}
</style>
background-color css
<style>
a { background-color: #369672; }
a { background-color: rgb(54,150,114); }
div.DivClassName
{
background-color: #369672;
}
.BgClassName
{
background-color: #369672;
}
</style>
border-color css
<style>
span { border-color: #369672; }
span { border-color: rgb(54,150,114); }
td.TdClassName
{
border-color: #369672;
}
.TagClassName
{
border-color: #369672;
}
</style>