Shades of Eucalyptus #358D63
Tints of Eucalyptus #358D63
RGB
CMYK
RGB Variations
Color information
#358D63 (or 0x358D63) is known color: Eucalyptus. HEX triplet: 35, 8D and 63. RGB value is (53,141,99). Sum of RGB (Red+Green+Blue) = 53+141+99=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 141 (55.47% from 255 or 48.12% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 141 - color contains mainly: green. Hex color #358D63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358D63 is #CA729C. Grayscale: #6D6D6D. Windows color (decimal): -13267613 or 6524213. OLE color: 6524213.
HSL color Cylindrical-coordinate representation of color #358D63: hue angle of 151.36º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #358D63 is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 141 | 99 | - |
| CMYK | 0.62 | 0 | 0.30 | 0.45 |
| HSL | 151.36º | 0.45% | 0.38% | - |
| HSV(B) | 151.36º | 0.62% | 0.55% | - |
| XYZ | 13.25 | 20.71 | 15.1 | - |
| YUV | 109.9 | 121.85 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 141 | 99 | 0.62 | 0 | 0.30 | 0.45 | 151.36 | 0.45 | 0.38 |
| Hex | 35 | 8D | 63 | 3E | 0 | 1E | 2D | 97 | 2D | 26 |
| Octal | 65 | 215 | 143 | 76 | 0 | 36 | 55 | 227 | 55 | 46 |
| Binary | 110101 | 10001101 | 1100011 | 111110 | 0 | 11110 | 101101 | 10010111 | 101101 | 100110 |
Color Harmonies of #358D63
Complementary color
Monochromatic Colors of #358D63
Black with #358D63
Text Example
Text Example
White with #358D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358D63; }
p { color: rgb(53,141,99); }
H1.HeaderClassName
{
color: #358D63;
}
.AnyTagClassName
{
color: #358D63;
}
</style>
background-color css
<style>
a { background-color: #358D63; }
a { background-color: rgb(53,141,99); }
div.DivClassName
{
background-color: #358D63;
}
.BgClassName
{
background-color: #358D63;
}
</style>
border-color css
<style>
span { border-color: #358D63; }
span { border-color: rgb(53,141,99); }
td.TdClassName
{
border-color: #358D63;
}
.TagClassName
{
border-color: #358D63;
}
</style>