Shades of Eucalyptus #369570
Tints of Eucalyptus #369570
RGB
CMYK
RGB Variations
Color information
#369570 (or 0x369570) is known color: Eucalyptus. HEX triplet: 36, 95 and 70. RGB value is (54,149,112). Sum of RGB (Red+Green+Blue) = 54+149+112=315 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.14% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #369570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369570 is #C96A8F. Grayscale: #747474. Windows color (decimal): -13200016 or 7378230. OLE color: 7378230.
HSL color Cylindrical-coordinate representation of color #369570: hue angle of 156.63º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #369570 is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 149 | 112 | - |
| CMYK | 0.64 | 0 | 0.25 | 0.42 |
| HSL | 156.63º | 0.47% | 0.4% | - |
| HSV(B) | 156.63º | 0.64% | 0.58% | - |
| XYZ | 15.19 | 23.45 | 19.05 | - |
| YUV | 116.38 | 125.53 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 149 | 112 | 0.64 | 0 | 0.25 | 0.42 | 156.63 | 0.47 | 0.4 |
| Hex | 36 | 95 | 70 | 40 | 0 | 19 | 2A | 9D | 2F | 28 |
| Octal | 66 | 225 | 160 | 100 | 0 | 31 | 52 | 235 | 57 | 50 |
| Binary | 110110 | 10010101 | 1110000 | 1000000 | 0 | 11001 | 101010 | 10011101 | 101111 | 101000 |
Color Harmonies of #369570
Complementary color
Monochromatic Colors of #369570
Black with #369570
Text Example
Text Example
White with #369570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369570; }
p { color: rgb(54,149,112); }
H1.HeaderClassName
{
color: #369570;
}
.AnyTagClassName
{
color: #369570;
}
</style>
background-color css
<style>
a { background-color: #369570; }
a { background-color: rgb(54,149,112); }
div.DivClassName
{
background-color: #369570;
}
.BgClassName
{
background-color: #369570;
}
</style>
border-color css
<style>
span { border-color: #369570; }
span { border-color: rgb(54,149,112); }
td.TdClassName
{
border-color: #369570;
}
.TagClassName
{
border-color: #369570;
}
</style>