Shades of Eucalyptus #359F5D
Tints of Eucalyptus #359F5D
RGB
CMYK
RGB Variations
Color information
#359F5D (or 0x359F5D) is known color: Eucalyptus. HEX triplet: 35, 9F and 5D. RGB value is (53,159,93). Sum of RGB (Red+Green+Blue) = 53+159+93=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 159 (62.5% from 255 or 52.13% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 159 - color contains mainly: green. Hex color #359F5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359F5D is #CA60A2. Grayscale: #777777. Windows color (decimal): -13263011 or 6135605. OLE color: 6135605.
HSL color Cylindrical-coordinate representation of color #359F5D: hue angle of 142.64º 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 #359F5D is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 159 | 93 | - |
| CMYK | 0.67 | 0 | 0.42 | 0.38 |
| HSL | 142.64º | 0.5% | 0.42% | - |
| HSV(B) | 142.64º | 0.67% | 0.62% | - |
| XYZ | 15.84 | 26.34 | 14.61 | - |
| YUV | 119.78 | 112.88 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 159 | 93 | 0.67 | 0 | 0.42 | 0.38 | 142.64 | 0.5 | 0.42 |
| Hex | 35 | 9F | 5D | 43 | 0 | 2A | 26 | 8F | 32 | 2A |
| Octal | 65 | 237 | 135 | 103 | 0 | 52 | 46 | 217 | 62 | 52 |
| Binary | 110101 | 10011111 | 1011101 | 1000011 | 0 | 101010 | 100110 | 10001111 | 110010 | 101010 |
Color Harmonies of #359F5D
Complementary color
Monochromatic Colors of #359F5D
Black with #359F5D
Text Example
Text Example
White with #359F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359F5D; }
p { color: rgb(53,159,93); }
H1.HeaderClassName
{
color: #359F5D;
}
.AnyTagClassName
{
color: #359F5D;
}
</style>
background-color css
<style>
a { background-color: #359F5D; }
a { background-color: rgb(53,159,93); }
div.DivClassName
{
background-color: #359F5D;
}
.BgClassName
{
background-color: #359F5D;
}
</style>
border-color css
<style>
span { border-color: #359F5D; }
span { border-color: rgb(53,159,93); }
td.TdClassName
{
border-color: #359F5D;
}
.TagClassName
{
border-color: #359F5D;
}
</style>