Shades of Eucalyptus #359559
Tints of Eucalyptus #359559
RGB
CMYK
RGB Variations
Color information
#359559 (or 0x359559) is known color: Eucalyptus. HEX triplet: 35, 95 and 59. RGB value is (53,149,89). Sum of RGB (Red+Green+Blue) = 53+149+89=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 149 (58.59% from 255 or 51.20% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 149 - color contains mainly: green. Hex color #359559 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359559 is #CA6AA6. Grayscale: #717171. Windows color (decimal): -13265575 or 5870901. OLE color: 5870901.
HSL color Cylindrical-coordinate representation of color #359559: hue angle of 142.5º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #359559 is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 149 | 89 | - |
| CMYK | 0.64 | 0 | 0.40 | 0.42 |
| HSL | 142.5º | 0.48% | 0.4% | - |
| HSV(B) | 142.5º | 0.64% | 0.58% | - |
| XYZ | 14.02 | 22.97 | 13.15 | - |
| YUV | 113.46 | 114.2 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 149 | 89 | 0.64 | 0 | 0.40 | 0.42 | 142.5 | 0.48 | 0.4 |
| Hex | 35 | 95 | 59 | 40 | 0 | 28 | 2A | 8E | 30 | 28 |
| Octal | 65 | 225 | 131 | 100 | 0 | 50 | 52 | 216 | 60 | 50 |
| Binary | 110101 | 10010101 | 1011001 | 1000000 | 0 | 101000 | 101010 | 10001110 | 110000 | 101000 |
Color Harmonies of #359559
Complementary color
Monochromatic Colors of #359559
Black with #359559
Text Example
Text Example
White with #359559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359559; }
p { color: rgb(53,149,89); }
H1.HeaderClassName
{
color: #359559;
}
.AnyTagClassName
{
color: #359559;
}
</style>
background-color css
<style>
a { background-color: #359559; }
a { background-color: rgb(53,149,89); }
div.DivClassName
{
background-color: #359559;
}
.BgClassName
{
background-color: #359559;
}
</style>
border-color css
<style>
span { border-color: #359559; }
span { border-color: rgb(53,149,89); }
td.TdClassName
{
border-color: #359559;
}
.TagClassName
{
border-color: #359559;
}
</style>