Shades of Eucalyptus #359669
Tints of Eucalyptus #359669
RGB
CMYK
RGB Variations
Color information
#359669 (or 0x359669) is known color: Eucalyptus. HEX triplet: 35, 96 and 69. RGB value is (53,150,105). Sum of RGB (Red+Green+Blue) = 53+150+105=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 150 (58.98% from 255 or 48.70% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 150 - color contains mainly: green. Hex color #359669 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359669 is #CA6996. Grayscale: #737373. Windows color (decimal): -13265303 or 6919733. OLE color: 6919733.
HSL color Cylindrical-coordinate representation of color #359669: hue angle of 152.16º 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 #359669 is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 53 | 150 | 105 | - |
| CMYK | 0.65 | 0 | 0.30 | 0.41 |
| HSL | 152.16º | 0.48% | 0.4% | - |
| HSV(B) | 152.16º | 0.65% | 0.59% | - |
| XYZ | 14.92 | 23.59 | 17.13 | - |
| YUV | 115.87 | 121.86 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 150 | 105 | 0.65 | 0 | 0.30 | 0.41 | 152.16 | 0.48 | 0.4 |
| Hex | 35 | 96 | 69 | 41 | 0 | 1E | 29 | 98 | 30 | 28 |
| Octal | 65 | 226 | 151 | 101 | 0 | 36 | 51 | 230 | 60 | 50 |
| Binary | 110101 | 10010110 | 1101001 | 1000001 | 0 | 11110 | 101001 | 10011000 | 110000 | 101000 |
Color Harmonies of #359669
Complementary color
Monochromatic Colors of #359669
Black with #359669
Text Example
Text Example
White with #359669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359669; }
p { color: rgb(53,150,105); }
H1.HeaderClassName
{
color: #359669;
}
.AnyTagClassName
{
color: #359669;
}
</style>
background-color css
<style>
a { background-color: #359669; }
a { background-color: rgb(53,150,105); }
div.DivClassName
{
background-color: #359669;
}
.BgClassName
{
background-color: #359669;
}
</style>
border-color css
<style>
span { border-color: #359669; }
span { border-color: rgb(53,150,105); }
td.TdClassName
{
border-color: #359669;
}
.TagClassName
{
border-color: #359669;
}
</style>