Shades of Eucalyptus #369E60
Tints of Eucalyptus #369E60
RGB
CMYK
RGB Variations
Color information
#369E60 (or 0x369E60) is known color: Eucalyptus. HEX triplet: 36, 9E and 60. RGB value is (54,158,96). Sum of RGB (Red+Green+Blue) = 54+158+96=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 158 (62.11% from 255 or 51.30% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 158 - color contains mainly: green. Hex color #369E60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369E60 is #C9619F. Grayscale: #777777. Windows color (decimal): -13197728 or 6331958. OLE color: 6331958.
HSL color Cylindrical-coordinate representation of color #369E60: hue angle of 144.23º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #369E60 is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 158 | 96 | - |
| CMYK | 0.66 | 0 | 0.39 | 0.38 |
| HSL | 144.23º | 0.49% | 0.42% | - |
| HSV(B) | 144.23º | 0.66% | 0.62% | - |
| XYZ | 15.86 | 26.08 | 15.26 | - |
| YUV | 119.84 | 114.54 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 158 | 96 | 0.66 | 0 | 0.39 | 0.38 | 144.23 | 0.49 | 0.42 |
| Hex | 36 | 9E | 60 | 42 | 0 | 27 | 26 | 90 | 31 | 2A |
| Octal | 66 | 236 | 140 | 102 | 0 | 47 | 46 | 220 | 61 | 52 |
| Binary | 110110 | 10011110 | 1100000 | 1000010 | 0 | 100111 | 100110 | 10010000 | 110001 | 101010 |
Color Harmonies of #369E60
Complementary color
Monochromatic Colors of #369E60
Black with #369E60
Text Example
Text Example
White with #369E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369E60; }
p { color: rgb(54,158,96); }
H1.HeaderClassName
{
color: #369E60;
}
.AnyTagClassName
{
color: #369E60;
}
</style>
background-color css
<style>
a { background-color: #369E60; }
a { background-color: rgb(54,158,96); }
div.DivClassName
{
background-color: #369E60;
}
.BgClassName
{
background-color: #369E60;
}
</style>
border-color css
<style>
span { border-color: #369E60; }
span { border-color: rgb(54,158,96); }
td.TdClassName
{
border-color: #369E60;
}
.TagClassName
{
border-color: #369E60;
}
</style>