Shades of Eucalyptus #359E5A
Tints of Eucalyptus #359E5A
RGB
CMYK
RGB Variations
Color information
#359E5A (or 0x359E5A) is known color: Eucalyptus. HEX triplet: 35, 9E and 5A. RGB value is (53,158,90). Sum of RGB (Red+Green+Blue) = 53+158+90=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 158 (62.11% from 255 or 52.49% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 158 - color contains mainly: green. Hex color #359E5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359E5A is #CA61A5. Grayscale: #777777. Windows color (decimal): -13263270 or 5938741. OLE color: 5938741.
HSL color Cylindrical-coordinate representation of color #359E5A: hue angle of 141.14º degrees, saturation: 0.5, 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 #359E5A is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 158 | 90 | - |
| CMYK | 0.66 | 0 | 0.43 | 0.38 |
| HSL | 141.14º | 0.5% | 0.41% | - |
| HSV(B) | 141.14º | 0.66% | 0.62% | - |
| XYZ | 15.54 | 25.95 | 13.86 | - |
| YUV | 118.85 | 111.71 | 81.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 158 | 90 | 0.66 | 0 | 0.43 | 0.38 | 141.14 | 0.5 | 0.41 |
| Hex | 35 | 9E | 5A | 42 | 0 | 2B | 26 | 8D | 32 | 29 |
| Octal | 65 | 236 | 132 | 102 | 0 | 53 | 46 | 215 | 62 | 51 |
| Binary | 110101 | 10011110 | 1011010 | 1000010 | 0 | 101011 | 100110 | 10001101 | 110010 | 101001 |
Color Harmonies of #359E5A
Complementary color
Monochromatic Colors of #359E5A
Black with #359E5A
Text Example
Text Example
White with #359E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359E5A; }
p { color: rgb(53,158,90); }
H1.HeaderClassName
{
color: #359E5A;
}
.AnyTagClassName
{
color: #359E5A;
}
</style>
background-color css
<style>
a { background-color: #359E5A; }
a { background-color: rgb(53,158,90); }
div.DivClassName
{
background-color: #359E5A;
}
.BgClassName
{
background-color: #359E5A;
}
</style>
border-color css
<style>
span { border-color: #359E5A; }
span { border-color: rgb(53,158,90); }
td.TdClassName
{
border-color: #359E5A;
}
.TagClassName
{
border-color: #359E5A;
}
</style>