Shades of Eucalyptus #358F66
Tints of Eucalyptus #358F66
RGB
CMYK
RGB Variations
Color information
#358F66 (or 0x358F66) is known color: Eucalyptus. HEX triplet: 35, 8F and 66. RGB value is (53,143,102). Sum of RGB (Red+Green+Blue) = 53+143+102=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 143 (56.25% from 255 or 47.99% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 143 - color contains mainly: green. Hex color #358F66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358F66 is #CA7099. Grayscale: #6F6F6F. Windows color (decimal): -13267098 or 6721333. OLE color: 6721333.
HSL color Cylindrical-coordinate representation of color #358F66: hue angle of 152.67º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #358F66 is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 143 | 102 | - |
| CMYK | 0.63 | 0 | 0.29 | 0.44 |
| HSL | 152.67º | 0.46% | 0.38% | - |
| HSV(B) | 152.67º | 0.63% | 0.56% | - |
| XYZ | 13.69 | 21.36 | 15.97 | - |
| YUV | 111.42 | 122.68 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 143 | 102 | 0.63 | 0 | 0.29 | 0.44 | 152.67 | 0.46 | 0.38 |
| Hex | 35 | 8F | 66 | 3F | 0 | 1D | 2C | 99 | 2E | 26 |
| Octal | 65 | 217 | 146 | 77 | 0 | 35 | 54 | 231 | 56 | 46 |
| Binary | 110101 | 10001111 | 1100110 | 111111 | 0 | 11101 | 101100 | 10011001 | 101110 | 100110 |
Color Harmonies of #358F66
Complementary color
Monochromatic Colors of #358F66
Black with #358F66
Text Example
Text Example
White with #358F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358F66; }
p { color: rgb(53,143,102); }
H1.HeaderClassName
{
color: #358F66;
}
.AnyTagClassName
{
color: #358F66;
}
</style>
background-color css
<style>
a { background-color: #358F66; }
a { background-color: rgb(53,143,102); }
div.DivClassName
{
background-color: #358F66;
}
.BgClassName
{
background-color: #358F66;
}
</style>
border-color css
<style>
span { border-color: #358F66; }
span { border-color: rgb(53,143,102); }
td.TdClassName
{
border-color: #358F66;
}
.TagClassName
{
border-color: #358F66;
}
</style>