Shades of Eucalyptus #359665
Tints of Eucalyptus #359665
RGB
CMYK
RGB Variations
Color information
#359665 (or 0x359665) is known color: Eucalyptus. HEX triplet: 35, 96 and 65. RGB value is (53,150,101). Sum of RGB (Red+Green+Blue) = 53+150+101=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 150 (58.98% from 255 or 49.34% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 150 - color contains mainly: green. Hex color #359665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359665 is #CA699A. Grayscale: #737373. Windows color (decimal): -13265307 or 6657589. OLE color: 6657589.
HSL color Cylindrical-coordinate representation of color #359665: hue angle of 149.69º 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 #359665 is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 53 | 150 | 101 | - |
| CMYK | 0.65 | 0 | 0.33 | 0.41 |
| HSL | 149.69º | 0.48% | 0.4% | - |
| HSV(B) | 149.69º | 0.65% | 0.59% | - |
| XYZ | 14.72 | 23.51 | 16.07 | - |
| YUV | 115.41 | 119.86 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 150 | 101 | 0.65 | 0 | 0.33 | 0.41 | 149.69 | 0.48 | 0.4 |
| Hex | 35 | 96 | 65 | 41 | 0 | 21 | 29 | 96 | 30 | 28 |
| Octal | 65 | 226 | 145 | 101 | 0 | 41 | 51 | 226 | 60 | 50 |
| Binary | 110101 | 10010110 | 1100101 | 1000001 | 0 | 100001 | 101001 | 10010110 | 110000 | 101000 |
Color Harmonies of #359665
Complementary color
Monochromatic Colors of #359665
Black with #359665
Text Example
Text Example
White with #359665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359665; }
p { color: rgb(53,150,101); }
H1.HeaderClassName
{
color: #359665;
}
.AnyTagClassName
{
color: #359665;
}
</style>
background-color css
<style>
a { background-color: #359665; }
a { background-color: rgb(53,150,101); }
div.DivClassName
{
background-color: #359665;
}
.BgClassName
{
background-color: #359665;
}
</style>
border-color css
<style>
span { border-color: #359665; }
span { border-color: rgb(53,150,101); }
td.TdClassName
{
border-color: #359665;
}
.TagClassName
{
border-color: #359665;
}
</style>