Shades of Eucalyptus #359060
Tints of Eucalyptus #359060
RGB
CMYK
RGB Variations
Color information
#359060 (or 0x359060) is known color: Eucalyptus. HEX triplet: 35, 90 and 60. RGB value is (53,144,96). Sum of RGB (Red+Green+Blue) = 53+144+96=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 144 (56.64% from 255 or 49.15% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 144 - color contains mainly: green. Hex color #359060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359060 is #CA6F9F. Grayscale: #6F6F6F. Windows color (decimal): -13266848 or 6328373. OLE color: 6328373.
HSL color Cylindrical-coordinate representation of color #359060: hue angle of 148.35º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #359060 is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 144 | 96 | - |
| CMYK | 0.63 | 0 | 0.33 | 0.44 |
| HSL | 148.35º | 0.46% | 0.39% | - |
| HSV(B) | 148.35º | 0.63% | 0.56% | - |
| XYZ | 13.55 | 21.55 | 14.51 | - |
| YUV | 111.32 | 119.35 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 144 | 96 | 0.63 | 0 | 0.33 | 0.44 | 148.35 | 0.46 | 0.39 |
| Hex | 35 | 90 | 60 | 3F | 0 | 21 | 2C | 94 | 2E | 27 |
| Octal | 65 | 220 | 140 | 77 | 0 | 41 | 54 | 224 | 56 | 47 |
| Binary | 110101 | 10010000 | 1100000 | 111111 | 0 | 100001 | 101100 | 10010100 | 101110 | 100111 |
Color Harmonies of #359060
Complementary color
Monochromatic Colors of #359060
Black with #359060
Text Example
Text Example
White with #359060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359060; }
p { color: rgb(53,144,96); }
H1.HeaderClassName
{
color: #359060;
}
.AnyTagClassName
{
color: #359060;
}
</style>
background-color css
<style>
a { background-color: #359060; }
a { background-color: rgb(53,144,96); }
div.DivClassName
{
background-color: #359060;
}
.BgClassName
{
background-color: #359060;
}
</style>
border-color css
<style>
span { border-color: #359060; }
span { border-color: rgb(53,144,96); }
td.TdClassName
{
border-color: #359060;
}
.TagClassName
{
border-color: #359060;
}
</style>