Shades of Eucalyptus #369D72
Tints of Eucalyptus #369D72
RGB
CMYK
RGB Variations
Color information
#369D72 (or 0x369D72) is known color: Eucalyptus. HEX triplet: 36, 9D and 72. RGB value is (54,157,114). Sum of RGB (Red+Green+Blue) = 54+157+114=325 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.62% from 325); Green value is 157 (61.72% from 255 or 48.31% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 157 - color contains mainly: green. Hex color #369D72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369D72 is #C9628D. Grayscale: #797979. Windows color (decimal): -13197966 or 7511350. OLE color: 7511350.
HSL color Cylindrical-coordinate representation of color #369D72: hue angle of 154.95º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #369D72 is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 157 | 114 | - |
| CMYK | 0.66 | 0 | 0.27 | 0.38 |
| HSL | 154.95º | 0.49% | 0.41% | - |
| HSV(B) | 154.95º | 0.66% | 0.62% | - |
| XYZ | 16.62 | 26.11 | 20.08 | - |
| YUV | 121.3 | 123.88 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 157 | 114 | 0.66 | 0 | 0.27 | 0.38 | 154.95 | 0.49 | 0.41 |
| Hex | 36 | 9D | 72 | 42 | 0 | 1B | 26 | 9B | 31 | 29 |
| Octal | 66 | 235 | 162 | 102 | 0 | 33 | 46 | 233 | 61 | 51 |
| Binary | 110110 | 10011101 | 1110010 | 1000010 | 0 | 11011 | 100110 | 10011011 | 110001 | 101001 |
Color Harmonies of #369D72
Complementary color
Monochromatic Colors of #369D72
Black with #369D72
Text Example
Text Example
White with #369D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369D72; }
p { color: rgb(54,157,114); }
H1.HeaderClassName
{
color: #369D72;
}
.AnyTagClassName
{
color: #369D72;
}
</style>
background-color css
<style>
a { background-color: #369D72; }
a { background-color: rgb(54,157,114); }
div.DivClassName
{
background-color: #369D72;
}
.BgClassName
{
background-color: #369D72;
}
</style>
border-color css
<style>
span { border-color: #369D72; }
span { border-color: rgb(54,157,114); }
td.TdClassName
{
border-color: #369D72;
}
.TagClassName
{
border-color: #369D72;
}
</style>