Shades of Eucalyptus #358B66
Tints of Eucalyptus #358B66
RGB
CMYK
RGB Variations
Color information
#358B66 (or 0x358B66) is known color: Eucalyptus. HEX triplet: 35, 8B and 66. RGB value is (53,139,102). Sum of RGB (Red+Green+Blue) = 53+139+102=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 139 (54.69% from 255 or 47.28% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 139 - color contains mainly: green. Hex color #358B66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358B66 is #CA7499. Grayscale: #6D6D6D. Windows color (decimal): -13268122 or 6720309. OLE color: 6720309.
HSL color Cylindrical-coordinate representation of color #358B66: hue angle of 154.19º 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 #358B66 is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 139 | 102 | - |
| CMYK | 0.62 | 0 | 0.27 | 0.45 |
| HSL | 154.19º | 0.45% | 0.38% | - |
| HSV(B) | 154.19º | 0.62% | 0.55% | - |
| XYZ | 13.1 | 20.18 | 15.78 | - |
| YUV | 109.07 | 124.01 | 88.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 139 | 102 | 0.62 | 0 | 0.27 | 0.45 | 154.19 | 0.45 | 0.38 |
| Hex | 35 | 8B | 66 | 3E | 0 | 1B | 2D | 9A | 2D | 26 |
| Octal | 65 | 213 | 146 | 76 | 0 | 33 | 55 | 232 | 55 | 46 |
| Binary | 110101 | 10001011 | 1100110 | 111110 | 0 | 11011 | 101101 | 10011010 | 101101 | 100110 |
Color Harmonies of #358B66
Complementary color
Monochromatic Colors of #358B66
Black with #358B66
Text Example
Text Example
White with #358B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358B66; }
p { color: rgb(53,139,102); }
H1.HeaderClassName
{
color: #358B66;
}
.AnyTagClassName
{
color: #358B66;
}
</style>
background-color css
<style>
a { background-color: #358B66; }
a { background-color: rgb(53,139,102); }
div.DivClassName
{
background-color: #358B66;
}
.BgClassName
{
background-color: #358B66;
}
</style>
border-color css
<style>
span { border-color: #358B66; }
span { border-color: rgb(53,139,102); }
td.TdClassName
{
border-color: #358B66;
}
.TagClassName
{
border-color: #358B66;
}
</style>