Shades of Eucalyptus #359063
Tints of Eucalyptus #359063
RGB
CMYK
RGB Variations
Color information
#359063 (or 0x359063) is known color: Eucalyptus. HEX triplet: 35, 90 and 63. RGB value is (53,144,99). Sum of RGB (Red+Green+Blue) = 53+144+99=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 144 (56.64% from 255 or 48.65% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 144 - color contains mainly: green. Hex color #359063 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359063 is #CA6F9C. Grayscale: #6F6F6F. Windows color (decimal): -13266845 or 6524981. OLE color: 6524981.
HSL color Cylindrical-coordinate representation of color #359063: hue angle of 150.33º 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 #359063 is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 144 | 99 | - |
| CMYK | 0.63 | 0 | 0.31 | 0.44 |
| HSL | 150.33º | 0.46% | 0.39% | - |
| HSV(B) | 150.33º | 0.63% | 0.56% | - |
| XYZ | 13.69 | 21.6 | 15.25 | - |
| YUV | 111.66 | 120.85 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 144 | 99 | 0.63 | 0 | 0.31 | 0.44 | 150.33 | 0.46 | 0.39 |
| Hex | 35 | 90 | 63 | 3F | 0 | 1F | 2C | 96 | 2E | 27 |
| Octal | 65 | 220 | 143 | 77 | 0 | 37 | 54 | 226 | 56 | 47 |
| Binary | 110101 | 10010000 | 1100011 | 111111 | 0 | 11111 | 101100 | 10010110 | 101110 | 100111 |
Color Harmonies of #359063
Complementary color
Monochromatic Colors of #359063
Black with #359063
Text Example
Text Example
White with #359063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359063; }
p { color: rgb(53,144,99); }
H1.HeaderClassName
{
color: #359063;
}
.AnyTagClassName
{
color: #359063;
}
</style>
background-color css
<style>
a { background-color: #359063; }
a { background-color: rgb(53,144,99); }
div.DivClassName
{
background-color: #359063;
}
.BgClassName
{
background-color: #359063;
}
</style>
border-color css
<style>
span { border-color: #359063; }
span { border-color: rgb(53,144,99); }
td.TdClassName
{
border-color: #359063;
}
.TagClassName
{
border-color: #359063;
}
</style>