Shades of Eucalyptus #369D60
Tints of Eucalyptus #369D60
RGB
CMYK
RGB Variations
Color information
#369D60 (or 0x369D60) is known color: Eucalyptus. HEX triplet: 36, 9D and 60. RGB value is (54,157,96). Sum of RGB (Red+Green+Blue) = 54+157+96=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 157 (61.72% from 255 or 51.14% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 157 - color contains mainly: green. Hex color #369D60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369D60 is #C9629F. Grayscale: #777777. Windows color (decimal): -13197984 or 6331702. OLE color: 6331702.
HSL color Cylindrical-coordinate representation of color #369D60: hue angle of 144.47º 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 #369D60 is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 157 | 96 | - |
| CMYK | 0.66 | 0 | 0.39 | 0.38 |
| HSL | 144.47º | 0.49% | 0.41% | - |
| HSV(B) | 144.47º | 0.66% | 0.62% | - |
| XYZ | 15.69 | 25.74 | 15.21 | - |
| YUV | 119.25 | 114.88 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 157 | 96 | 0.66 | 0 | 0.39 | 0.38 | 144.47 | 0.49 | 0.41 |
| Hex | 36 | 9D | 60 | 42 | 0 | 27 | 26 | 90 | 31 | 29 |
| Octal | 66 | 235 | 140 | 102 | 0 | 47 | 46 | 220 | 61 | 51 |
| Binary | 110110 | 10011101 | 1100000 | 1000010 | 0 | 100111 | 100110 | 10010000 | 110001 | 101001 |
Color Harmonies of #369D60
Complementary color
Monochromatic Colors of #369D60
Black with #369D60
Text Example
Text Example
White with #369D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369D60; }
p { color: rgb(54,157,96); }
H1.HeaderClassName
{
color: #369D60;
}
.AnyTagClassName
{
color: #369D60;
}
</style>
background-color css
<style>
a { background-color: #369D60; }
a { background-color: rgb(54,157,96); }
div.DivClassName
{
background-color: #369D60;
}
.BgClassName
{
background-color: #369D60;
}
</style>
border-color css
<style>
span { border-color: #369D60; }
span { border-color: rgb(54,157,96); }
td.TdClassName
{
border-color: #369D60;
}
.TagClassName
{
border-color: #369D60;
}
</style>