Shades of Eucalyptus #359D64
Tints of Eucalyptus #359D64
RGB
CMYK
RGB Variations
Color information
#359D64 (or 0x359D64) is known color: Eucalyptus. HEX triplet: 35, 9D and 64. RGB value is (53,157,100). Sum of RGB (Red+Green+Blue) = 53+157+100=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 157 (61.72% from 255 or 50.65% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 157 - color contains mainly: green. Hex color #359D64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359D64 is #CA629B. Grayscale: #777777. Windows color (decimal): -13263516 or 6593845. OLE color: 6593845.
HSL color Cylindrical-coordinate representation of color #359D64: hue angle of 147.12º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359D64 is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 157 | 100 | - |
| CMYK | 0.66 | 0 | 0.36 | 0.38 |
| HSL | 147.12º | 0.5% | 0.41% | - |
| HSV(B) | 147.12º | 0.66% | 0.62% | - |
| XYZ | 15.83 | 25.79 | 16.2 | - |
| YUV | 119.41 | 117.04 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 157 | 100 | 0.66 | 0 | 0.36 | 0.38 | 147.12 | 0.5 | 0.41 |
| Hex | 35 | 9D | 64 | 42 | 0 | 24 | 26 | 93 | 32 | 29 |
| Octal | 65 | 235 | 144 | 102 | 0 | 44 | 46 | 223 | 62 | 51 |
| Binary | 110101 | 10011101 | 1100100 | 1000010 | 0 | 100100 | 100110 | 10010011 | 110010 | 101001 |
Color Harmonies of #359D64
Complementary color
Monochromatic Colors of #359D64
Black with #359D64
Text Example
Text Example
White with #359D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359D64; }
p { color: rgb(53,157,100); }
H1.HeaderClassName
{
color: #359D64;
}
.AnyTagClassName
{
color: #359D64;
}
</style>
background-color css
<style>
a { background-color: #359D64; }
a { background-color: rgb(53,157,100); }
div.DivClassName
{
background-color: #359D64;
}
.BgClassName
{
background-color: #359D64;
}
</style>
border-color css
<style>
span { border-color: #359D64; }
span { border-color: rgb(53,157,100); }
td.TdClassName
{
border-color: #359D64;
}
.TagClassName
{
border-color: #359D64;
}
</style>