Shades of Eucalyptus #358B64
Tints of Eucalyptus #358B64
RGB
CMYK
RGB Variations
Color information
#358B64 (or 0x358B64) is known color: Eucalyptus. HEX triplet: 35, 8B and 64. RGB value is (53,139,100). Sum of RGB (Red+Green+Blue) = 53+139+100=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 139 (54.69% from 255 or 47.60% from 292); Blue value is 100 (39.45% from 255 or 34.25% from 292); Max value from RGB is 139 - color contains mainly: green. Hex color #358B64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358B64 is #CA749B. Grayscale: #6C6C6C. Windows color (decimal): -13268124 or 6589237. OLE color: 6589237.
HSL color Cylindrical-coordinate representation of color #358B64: hue angle of 152.79º 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 #358B64 is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 139 | 100 | - |
| CMYK | 0.62 | 0 | 0.28 | 0.45 |
| HSL | 152.79º | 0.45% | 0.38% | - |
| HSV(B) | 152.79º | 0.62% | 0.55% | - |
| XYZ | 13 | 20.14 | 15.26 | - |
| YUV | 108.84 | 123.01 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 139 | 100 | 0.62 | 0 | 0.28 | 0.45 | 152.79 | 0.45 | 0.38 |
| Hex | 35 | 8B | 64 | 3E | 0 | 1C | 2D | 99 | 2D | 26 |
| Octal | 65 | 213 | 144 | 76 | 0 | 34 | 55 | 231 | 55 | 46 |
| Binary | 110101 | 10001011 | 1100100 | 111110 | 0 | 11100 | 101101 | 10011001 | 101101 | 100110 |
Color Harmonies of #358B64
Complementary color
Monochromatic Colors of #358B64
Black with #358B64
Text Example
Text Example
White with #358B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358B64; }
p { color: rgb(53,139,100); }
H1.HeaderClassName
{
color: #358B64;
}
.AnyTagClassName
{
color: #358B64;
}
</style>
background-color css
<style>
a { background-color: #358B64; }
a { background-color: rgb(53,139,100); }
div.DivClassName
{
background-color: #358B64;
}
.BgClassName
{
background-color: #358B64;
}
</style>
border-color css
<style>
span { border-color: #358B64; }
span { border-color: rgb(53,139,100); }
td.TdClassName
{
border-color: #358B64;
}
.TagClassName
{
border-color: #358B64;
}
</style>