Shades of Eucalyptus #359062
Tints of Eucalyptus #359062
RGB
CMYK
RGB Variations
Color information
#359062 (or 0x359062) is known color: Eucalyptus. HEX triplet: 35, 90 and 62. RGB value is (53,144,98). Sum of RGB (Red+Green+Blue) = 53+144+98=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 144 (56.64% from 255 or 48.81% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 144 - color contains mainly: green. Hex color #359062 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359062 is #CA6F9D. Grayscale: #6F6F6F. Windows color (decimal): -13266846 or 6459445. OLE color: 6459445.
HSL color Cylindrical-coordinate representation of color #359062: hue angle of 149.67º 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 #359062 is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 144 | 98 | - |
| CMYK | 0.63 | 0 | 0.32 | 0.44 |
| HSL | 149.67º | 0.46% | 0.39% | - |
| HSV(B) | 149.67º | 0.63% | 0.56% | - |
| XYZ | 13.65 | 21.59 | 15 | - |
| YUV | 111.55 | 120.35 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 144 | 98 | 0.63 | 0 | 0.32 | 0.44 | 149.67 | 0.46 | 0.39 |
| Hex | 35 | 90 | 62 | 3F | 0 | 20 | 2C | 96 | 2E | 27 |
| Octal | 65 | 220 | 142 | 77 | 0 | 40 | 54 | 226 | 56 | 47 |
| Binary | 110101 | 10010000 | 1100010 | 111111 | 0 | 100000 | 101100 | 10010110 | 101110 | 100111 |
Color Harmonies of #359062
Complementary color
Monochromatic Colors of #359062
Black with #359062
Text Example
Text Example
White with #359062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359062; }
p { color: rgb(53,144,98); }
H1.HeaderClassName
{
color: #359062;
}
.AnyTagClassName
{
color: #359062;
}
</style>
background-color css
<style>
a { background-color: #359062; }
a { background-color: rgb(53,144,98); }
div.DivClassName
{
background-color: #359062;
}
.BgClassName
{
background-color: #359062;
}
</style>
border-color css
<style>
span { border-color: #359062; }
span { border-color: rgb(53,144,98); }
td.TdClassName
{
border-color: #359062;
}
.TagClassName
{
border-color: #359062;
}
</style>