Shades of Eucalyptus #369A60
Tints of Eucalyptus #369A60
RGB
CMYK
RGB Variations
Color information
#369A60 (or 0x369A60) is known color: Eucalyptus. HEX triplet: 36, 9A and 60. RGB value is (54,154,96). Sum of RGB (Red+Green+Blue) = 54+154+96=304 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.76% from 304); Green value is 154 (60.55% from 255 or 50.66% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 154 - color contains mainly: green. Hex color #369A60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369A60 is #C9659F. Grayscale: #757575. Windows color (decimal): -13198752 or 6330934. OLE color: 6330934.
HSL color Cylindrical-coordinate representation of color #369A60: hue angle of 145.2º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369A60 is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 154 | 96 | - |
| CMYK | 0.65 | 0 | 0.38 | 0.40 |
| HSL | 145.2º | 0.48% | 0.41% | - |
| HSV(B) | 145.2º | 0.65% | 0.6% | - |
| XYZ | 15.19 | 24.74 | 15.04 | - |
| YUV | 117.49 | 115.87 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 154 | 96 | 0.65 | 0 | 0.38 | 0.40 | 145.2 | 0.48 | 0.41 |
| Hex | 36 | 9A | 60 | 41 | 0 | 26 | 28 | 91 | 30 | 29 |
| Octal | 66 | 232 | 140 | 101 | 0 | 46 | 50 | 221 | 60 | 51 |
| Binary | 110110 | 10011010 | 1100000 | 1000001 | 0 | 100110 | 101000 | 10010001 | 110000 | 101001 |
Color Harmonies of #369A60
Complementary color
Monochromatic Colors of #369A60
Black with #369A60
Text Example
Text Example
White with #369A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369A60; }
p { color: rgb(54,154,96); }
H1.HeaderClassName
{
color: #369A60;
}
.AnyTagClassName
{
color: #369A60;
}
</style>
background-color css
<style>
a { background-color: #369A60; }
a { background-color: rgb(54,154,96); }
div.DivClassName
{
background-color: #369A60;
}
.BgClassName
{
background-color: #369A60;
}
</style>
border-color css
<style>
span { border-color: #369A60; }
span { border-color: rgb(54,154,96); }
td.TdClassName
{
border-color: #369A60;
}
.TagClassName
{
border-color: #369A60;
}
</style>