Shades of Eucalyptus #358C63
Tints of Eucalyptus #358C63
RGB
CMYK
RGB Variations
Color information
#358C63 (or 0x358C63) is known color: Eucalyptus. HEX triplet: 35, 8C and 63. RGB value is (53,140,99). Sum of RGB (Red+Green+Blue) = 53+140+99=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 140 (55.08% from 255 or 47.95% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 140 - color contains mainly: green. Hex color #358C63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358C63 is #CA739C. Grayscale: #6D6D6D. Windows color (decimal): -13267869 or 6523957. OLE color: 6523957.
HSL color Cylindrical-coordinate representation of color #358C63: hue angle of 151.72º 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 #358C63 is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 140 | 99 | - |
| CMYK | 0.62 | 0 | 0.29 | 0.45 |
| HSL | 151.72º | 0.45% | 0.38% | - |
| HSV(B) | 151.72º | 0.62% | 0.55% | - |
| XYZ | 13.1 | 20.41 | 15.05 | - |
| YUV | 109.31 | 122.18 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 140 | 99 | 0.62 | 0 | 0.29 | 0.45 | 151.72 | 0.45 | 0.38 |
| Hex | 35 | 8C | 63 | 3E | 0 | 1D | 2D | 98 | 2D | 26 |
| Octal | 65 | 214 | 143 | 76 | 0 | 35 | 55 | 230 | 55 | 46 |
| Binary | 110101 | 10001100 | 1100011 | 111110 | 0 | 11101 | 101101 | 10011000 | 101101 | 100110 |
Color Harmonies of #358C63
Complementary color
Monochromatic Colors of #358C63
Black with #358C63
Text Example
Text Example
White with #358C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358C63; }
p { color: rgb(53,140,99); }
H1.HeaderClassName
{
color: #358C63;
}
.AnyTagClassName
{
color: #358C63;
}
</style>
background-color css
<style>
a { background-color: #358C63; }
a { background-color: rgb(53,140,99); }
div.DivClassName
{
background-color: #358C63;
}
.BgClassName
{
background-color: #358C63;
}
</style>
border-color css
<style>
span { border-color: #358C63; }
span { border-color: rgb(53,140,99); }
td.TdClassName
{
border-color: #358C63;
}
.TagClassName
{
border-color: #358C63;
}
</style>