Shades of Eucalyptus #359F64
Tints of Eucalyptus #359F64
RGB
CMYK
RGB Variations
Color information
#359F64 (or 0x359F64) is known color: Eucalyptus. HEX triplet: 35, 9F and 64. RGB value is (53,159,100). Sum of RGB (Red+Green+Blue) = 53+159+100=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 159 (62.5% from 255 or 50.96% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 159 - color contains mainly: green. Hex color #359F64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359F64 is #CA609B. Grayscale: #787878. Windows color (decimal): -13263004 or 6594357. OLE color: 6594357.
HSL color Cylindrical-coordinate representation of color #359F64: hue angle of 146.6º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #359F64 is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 159 | 100 | - |
| CMYK | 0.67 | 0 | 0.37 | 0.38 |
| HSL | 146.6º | 0.5% | 0.42% | - |
| HSV(B) | 146.6º | 0.67% | 0.62% | - |
| XYZ | 16.17 | 26.47 | 16.31 | - |
| YUV | 120.58 | 116.38 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 159 | 100 | 0.67 | 0 | 0.37 | 0.38 | 146.6 | 0.5 | 0.42 |
| Hex | 35 | 9F | 64 | 43 | 0 | 25 | 26 | 93 | 32 | 2A |
| Octal | 65 | 237 | 144 | 103 | 0 | 45 | 46 | 223 | 62 | 52 |
| Binary | 110101 | 10011111 | 1100100 | 1000011 | 0 | 100101 | 100110 | 10010011 | 110010 | 101010 |
Color Harmonies of #359F64
Complementary color
Monochromatic Colors of #359F64
Black with #359F64
Text Example
Text Example
White with #359F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359F64; }
p { color: rgb(53,159,100); }
H1.HeaderClassName
{
color: #359F64;
}
.AnyTagClassName
{
color: #359F64;
}
</style>
background-color css
<style>
a { background-color: #359F64; }
a { background-color: rgb(53,159,100); }
div.DivClassName
{
background-color: #359F64;
}
.BgClassName
{
background-color: #359F64;
}
</style>
border-color css
<style>
span { border-color: #359F64; }
span { border-color: rgb(53,159,100); }
td.TdClassName
{
border-color: #359F64;
}
.TagClassName
{
border-color: #359F64;
}
</style>