Shades of Eucalyptus #359570
Tints of Eucalyptus #359570
RGB
CMYK
RGB Variations
Color information
#359570 (or 0x359570) is known color: Eucalyptus. HEX triplet: 35, 95 and 70. RGB value is (53,149,112). Sum of RGB (Red+Green+Blue) = 53+149+112=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 149 - color contains mainly: green. Hex color #359570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359570 is #CA6A8F. Grayscale: #747474. Windows color (decimal): -13265552 or 7378229. OLE color: 7378229.
HSL color Cylindrical-coordinate representation of color #359570: hue angle of 156.88º 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 #359570 is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 149 | 112 | - |
| CMYK | 0.64 | 0 | 0.25 | 0.42 |
| HSL | 156.88º | 0.48% | 0.4% | - |
| HSV(B) | 156.88º | 0.64% | 0.58% | - |
| XYZ | 15.14 | 23.42 | 19.05 | - |
| YUV | 116.08 | 125.7 | 83.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 149 | 112 | 0.64 | 0 | 0.25 | 0.42 | 156.88 | 0.48 | 0.4 |
| Hex | 35 | 95 | 70 | 40 | 0 | 19 | 2A | 9D | 30 | 28 |
| Octal | 65 | 225 | 160 | 100 | 0 | 31 | 52 | 235 | 60 | 50 |
| Binary | 110101 | 10010101 | 1110000 | 1000000 | 0 | 11001 | 101010 | 10011101 | 110000 | 101000 |
Color Harmonies of #359570
Complementary color
Monochromatic Colors of #359570
Black with #359570
Text Example
Text Example
White with #359570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359570; }
p { color: rgb(53,149,112); }
H1.HeaderClassName
{
color: #359570;
}
.AnyTagClassName
{
color: #359570;
}
</style>
background-color css
<style>
a { background-color: #359570; }
a { background-color: rgb(53,149,112); }
div.DivClassName
{
background-color: #359570;
}
.BgClassName
{
background-color: #359570;
}
</style>
border-color css
<style>
span { border-color: #359570; }
span { border-color: rgb(53,149,112); }
td.TdClassName
{
border-color: #359570;
}
.TagClassName
{
border-color: #359570;
}
</style>