Shades of Eucalyptus #359569
Tints of Eucalyptus #359569
RGB
CMYK
RGB Variations
Color information
#359569 (or 0x359569) is known color: Eucalyptus. HEX triplet: 35, 95 and 69. RGB value is (53,149,105). Sum of RGB (Red+Green+Blue) = 53+149+105=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 149 (58.59% from 255 or 48.53% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 149 - color contains mainly: green. Hex color #359569 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359569 is #CA6A96. Grayscale: #737373. Windows color (decimal): -13265559 or 6919477. OLE color: 6919477.
HSL color Cylindrical-coordinate representation of color #359569: hue angle of 152.5º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #359569 is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 149 | 105 | - |
| CMYK | 0.64 | 0 | 0.30 | 0.42 |
| HSL | 152.5º | 0.48% | 0.4% | - |
| HSV(B) | 152.5º | 0.64% | 0.58% | - |
| XYZ | 14.77 | 23.27 | 17.08 | - |
| YUV | 115.28 | 122.2 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 149 | 105 | 0.64 | 0 | 0.30 | 0.42 | 152.5 | 0.48 | 0.4 |
| Hex | 35 | 95 | 69 | 40 | 0 | 1E | 2A | 98 | 30 | 28 |
| Octal | 65 | 225 | 151 | 100 | 0 | 36 | 52 | 230 | 60 | 50 |
| Binary | 110101 | 10010101 | 1101001 | 1000000 | 0 | 11110 | 101010 | 10011000 | 110000 | 101000 |
Color Harmonies of #359569
Complementary color
Monochromatic Colors of #359569
Black with #359569
Text Example
Text Example
White with #359569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359569; }
p { color: rgb(53,149,105); }
H1.HeaderClassName
{
color: #359569;
}
.AnyTagClassName
{
color: #359569;
}
</style>
background-color css
<style>
a { background-color: #359569; }
a { background-color: rgb(53,149,105); }
div.DivClassName
{
background-color: #359569;
}
.BgClassName
{
background-color: #359569;
}
</style>
border-color css
<style>
span { border-color: #359569; }
span { border-color: rgb(53,149,105); }
td.TdClassName
{
border-color: #359569;
}
.TagClassName
{
border-color: #359569;
}
</style>