Shades of Eucalyptus #359A72
Tints of Eucalyptus #359A72
RGB
CMYK
RGB Variations
Color information
#359A72 (or 0x359A72) is known color: Eucalyptus. HEX triplet: 35, 9A and 72. RGB value is (53,154,114). Sum of RGB (Red+Green+Blue) = 53+154+114=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 154 (60.55% from 255 or 47.98% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 154 - color contains mainly: green. Hex color #359A72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359A72 is #CA658D. Grayscale: #777777. Windows color (decimal): -13264270 or 7510581. OLE color: 7510581.
HSL color Cylindrical-coordinate representation of color #359A72: hue angle of 156.24º 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 #359A72 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 53 | 154 | 114 | - |
| CMYK | 0.66 | 0 | 0.26 | 0.40 |
| HSL | 156.24º | 0.49% | 0.41% | - |
| HSV(B) | 156.24º | 0.66% | 0.6% | - |
| XYZ | 16.06 | 25.08 | 19.91 | - |
| YUV | 119.24 | 125.04 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 154 | 114 | 0.66 | 0 | 0.26 | 0.40 | 156.24 | 0.49 | 0.41 |
| Hex | 35 | 9A | 72 | 42 | 0 | 1A | 28 | 9C | 31 | 29 |
| Octal | 65 | 232 | 162 | 102 | 0 | 32 | 50 | 234 | 61 | 51 |
| Binary | 110101 | 10011010 | 1110010 | 1000010 | 0 | 11010 | 101000 | 10011100 | 110001 | 101001 |
Color Harmonies of #359A72
Complementary color
Monochromatic Colors of #359A72
Black with #359A72
Text Example
Text Example
White with #359A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359A72; }
p { color: rgb(53,154,114); }
H1.HeaderClassName
{
color: #359A72;
}
.AnyTagClassName
{
color: #359A72;
}
</style>
background-color css
<style>
a { background-color: #359A72; }
a { background-color: rgb(53,154,114); }
div.DivClassName
{
background-color: #359A72;
}
.BgClassName
{
background-color: #359A72;
}
</style>
border-color css
<style>
span { border-color: #359A72; }
span { border-color: rgb(53,154,114); }
td.TdClassName
{
border-color: #359A72;
}
.TagClassName
{
border-color: #359A72;
}
</style>