Shades of Eucalyptus #359666
Tints of Eucalyptus #359666
RGB
CMYK
RGB Variations
Color information
#359666 (or 0x359666) is known color: Eucalyptus. HEX triplet: 35, 96 and 66. RGB value is (53,150,102). Sum of RGB (Red+Green+Blue) = 53+150+102=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 150 (58.98% from 255 or 49.18% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 150 - color contains mainly: green. Hex color #359666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359666 is #CA6999. Grayscale: #737373. Windows color (decimal): -13265306 or 6723125. OLE color: 6723125.
HSL color Cylindrical-coordinate representation of color #359666: hue angle of 150.31º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359666 is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 53 | 150 | 102 | - |
| CMYK | 0.65 | 0 | 0.32 | 0.41 |
| HSL | 150.31º | 0.48% | 0.4% | - |
| HSV(B) | 150.31º | 0.65% | 0.59% | - |
| XYZ | 14.77 | 23.53 | 16.33 | - |
| YUV | 115.53 | 120.36 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 150 | 102 | 0.65 | 0 | 0.32 | 0.41 | 150.31 | 0.48 | 0.4 |
| Hex | 35 | 96 | 66 | 41 | 0 | 20 | 29 | 96 | 30 | 28 |
| Octal | 65 | 226 | 146 | 101 | 0 | 40 | 51 | 226 | 60 | 50 |
| Binary | 110101 | 10010110 | 1100110 | 1000001 | 0 | 100000 | 101001 | 10010110 | 110000 | 101000 |
Color Harmonies of #359666
Complementary color
Monochromatic Colors of #359666
Black with #359666
Text Example
Text Example
White with #359666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359666; }
p { color: rgb(53,150,102); }
H1.HeaderClassName
{
color: #359666;
}
.AnyTagClassName
{
color: #359666;
}
</style>
background-color css
<style>
a { background-color: #359666; }
a { background-color: rgb(53,150,102); }
div.DivClassName
{
background-color: #359666;
}
.BgClassName
{
background-color: #359666;
}
</style>
border-color css
<style>
span { border-color: #359666; }
span { border-color: rgb(53,150,102); }
td.TdClassName
{
border-color: #359666;
}
.TagClassName
{
border-color: #359666;
}
</style>