Shades of Eucalyptus #359E65
Tints of Eucalyptus #359E65
RGB
CMYK
RGB Variations
Color information
#359E65 (or 0x359E65) is known color: Eucalyptus. HEX triplet: 35, 9E and 65. RGB value is (53,158,101). Sum of RGB (Red+Green+Blue) = 53+158+101=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 158 (62.11% from 255 or 50.64% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 158 - color contains mainly: green. Hex color #359E65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359E65 is #CA619A. Grayscale: #787878. Windows color (decimal): -13263259 or 6659637. OLE color: 6659637.
HSL color Cylindrical-coordinate representation of color #359E65: hue angle of 147.43º 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 #359E65 is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 158 | 101 | - |
| CMYK | 0.66 | 0 | 0.36 | 0.38 |
| HSL | 147.43º | 0.5% | 0.41% | - |
| HSV(B) | 147.43º | 0.66% | 0.62% | - |
| XYZ | 16.04 | 26.15 | 16.51 | - |
| YUV | 120.11 | 117.21 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 158 | 101 | 0.66 | 0 | 0.36 | 0.38 | 147.43 | 0.5 | 0.41 |
| Hex | 35 | 9E | 65 | 42 | 0 | 24 | 26 | 93 | 32 | 29 |
| Octal | 65 | 236 | 145 | 102 | 0 | 44 | 46 | 223 | 62 | 51 |
| Binary | 110101 | 10011110 | 1100101 | 1000010 | 0 | 100100 | 100110 | 10010011 | 110010 | 101001 |
Color Harmonies of #359E65
Complementary color
Monochromatic Colors of #359E65
Black with #359E65
Text Example
Text Example
White with #359E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359E65; }
p { color: rgb(53,158,101); }
H1.HeaderClassName
{
color: #359E65;
}
.AnyTagClassName
{
color: #359E65;
}
</style>
background-color css
<style>
a { background-color: #359E65; }
a { background-color: rgb(53,158,101); }
div.DivClassName
{
background-color: #359E65;
}
.BgClassName
{
background-color: #359E65;
}
</style>
border-color css
<style>
span { border-color: #359E65; }
span { border-color: rgb(53,158,101); }
td.TdClassName
{
border-color: #359E65;
}
.TagClassName
{
border-color: #359E65;
}
</style>