Shades of Eucalyptus #359A64
Tints of Eucalyptus #359A64
RGB
CMYK
RGB Variations
Color information
#359A64 (or 0x359A64) is known color: Eucalyptus. HEX triplet: 35, 9A and 64. RGB value is (53,154,100). Sum of RGB (Red+Green+Blue) = 53+154+100=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 154 (60.55% from 255 or 50.16% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 154 - color contains mainly: green. Hex color #359A64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359A64 is #CA659B. Grayscale: #757575. Windows color (decimal): -13264284 or 6593077. OLE color: 6593077.
HSL color Cylindrical-coordinate representation of color #359A64: hue angle of 147.92º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359A64 is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 53 | 154 | 100 | - |
| CMYK | 0.66 | 0 | 0.35 | 0.40 |
| HSL | 147.92º | 0.49% | 0.41% | - |
| HSV(B) | 147.92º | 0.66% | 0.6% | - |
| XYZ | 15.32 | 24.79 | 16.03 | - |
| YUV | 117.65 | 118.04 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 154 | 100 | 0.66 | 0 | 0.35 | 0.40 | 147.92 | 0.49 | 0.41 |
| Hex | 35 | 9A | 64 | 42 | 0 | 23 | 28 | 94 | 31 | 29 |
| Octal | 65 | 232 | 144 | 102 | 0 | 43 | 50 | 224 | 61 | 51 |
| Binary | 110101 | 10011010 | 1100100 | 1000010 | 0 | 100011 | 101000 | 10010100 | 110001 | 101001 |
Color Harmonies of #359A64
Complementary color
Monochromatic Colors of #359A64
Black with #359A64
Text Example
Text Example
White with #359A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359A64; }
p { color: rgb(53,154,100); }
H1.HeaderClassName
{
color: #359A64;
}
.AnyTagClassName
{
color: #359A64;
}
</style>
background-color css
<style>
a { background-color: #359A64; }
a { background-color: rgb(53,154,100); }
div.DivClassName
{
background-color: #359A64;
}
.BgClassName
{
background-color: #359A64;
}
</style>
border-color css
<style>
span { border-color: #359A64; }
span { border-color: rgb(53,154,100); }
td.TdClassName
{
border-color: #359A64;
}
.TagClassName
{
border-color: #359A64;
}
</style>