Shades of Eucalyptus #359A66
Tints of Eucalyptus #359A66
RGB
CMYK
RGB Variations
Color information
#359A66 (or 0x359A66) is known color: Eucalyptus. HEX triplet: 35, 9A and 66. RGB value is (53,154,102). Sum of RGB (Red+Green+Blue) = 53+154+102=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 154 (60.55% from 255 or 49.84% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 154 - color contains mainly: green. Hex color #359A66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359A66 is #CA6599. Grayscale: #757575. Windows color (decimal): -13264282 or 6724149. OLE color: 6724149.
HSL color Cylindrical-coordinate representation of color #359A66: hue angle of 149.11º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359A66 is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 53 | 154 | 102 | - |
| CMYK | 0.66 | 0 | 0.34 | 0.40 |
| HSL | 149.11º | 0.49% | 0.41% | - |
| HSV(B) | 149.11º | 0.66% | 0.6% | - |
| XYZ | 15.42 | 24.83 | 16.55 | - |
| YUV | 117.87 | 119.04 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 154 | 102 | 0.66 | 0 | 0.34 | 0.40 | 149.11 | 0.49 | 0.41 |
| Hex | 35 | 9A | 66 | 42 | 0 | 22 | 28 | 95 | 31 | 29 |
| Octal | 65 | 232 | 146 | 102 | 0 | 42 | 50 | 225 | 61 | 51 |
| Binary | 110101 | 10011010 | 1100110 | 1000010 | 0 | 100010 | 101000 | 10010101 | 110001 | 101001 |
Color Harmonies of #359A66
Complementary color
Monochromatic Colors of #359A66
Black with #359A66
Text Example
Text Example
White with #359A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359A66; }
p { color: rgb(53,154,102); }
H1.HeaderClassName
{
color: #359A66;
}
.AnyTagClassName
{
color: #359A66;
}
</style>
background-color css
<style>
a { background-color: #359A66; }
a { background-color: rgb(53,154,102); }
div.DivClassName
{
background-color: #359A66;
}
.BgClassName
{
background-color: #359A66;
}
</style>
border-color css
<style>
span { border-color: #359A66; }
span { border-color: rgb(53,154,102); }
td.TdClassName
{
border-color: #359A66;
}
.TagClassName
{
border-color: #359A66;
}
</style>