Shades of Eucalyptus #359163
Tints of Eucalyptus #359163
RGB
CMYK
RGB Variations
Color information
#359163 (or 0x359163) is known color: Eucalyptus. HEX triplet: 35, 91 and 63. RGB value is (53,145,99). Sum of RGB (Red+Green+Blue) = 53+145+99=297 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.85% from 297); Green value is 145 (57.03% from 255 or 48.82% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 145 - color contains mainly: green. Hex color #359163 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359163 is #CA6E9C. Grayscale: #707070. Windows color (decimal): -13266589 or 6525237. OLE color: 6525237.
HSL color Cylindrical-coordinate representation of color #359163: hue angle of 150º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #359163 is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 53 | 145 | 99 | - |
| CMYK | 0.63 | 0 | 0.32 | 0.43 |
| HSL | 150º | 0.46% | 0.39% | - |
| HSV(B) | 150º | 0.63% | 0.57% | - |
| XYZ | 13.85 | 21.91 | 15.3 | - |
| YUV | 112.25 | 120.52 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 145 | 99 | 0.63 | 0 | 0.32 | 0.43 | 150 | 0.46 | 0.39 |
| Hex | 35 | 91 | 63 | 3F | 0 | 20 | 2B | 96 | 2E | 27 |
| Octal | 65 | 221 | 143 | 77 | 0 | 40 | 53 | 226 | 56 | 47 |
| Binary | 110101 | 10010001 | 1100011 | 111111 | 0 | 100000 | 101011 | 10010110 | 101110 | 100111 |
Color Harmonies of #359163
Complementary color
Monochromatic Colors of #359163
Black with #359163
Text Example
Text Example
White with #359163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359163; }
p { color: rgb(53,145,99); }
H1.HeaderClassName
{
color: #359163;
}
.AnyTagClassName
{
color: #359163;
}
</style>
background-color css
<style>
a { background-color: #359163; }
a { background-color: rgb(53,145,99); }
div.DivClassName
{
background-color: #359163;
}
.BgClassName
{
background-color: #359163;
}
</style>
border-color css
<style>
span { border-color: #359163; }
span { border-color: rgb(53,145,99); }
td.TdClassName
{
border-color: #359163;
}
.TagClassName
{
border-color: #359163;
}
</style>