Shades of Eucalyptus #359F73
Tints of Eucalyptus #359F73
RGB
CMYK
RGB Variations
Color information
#359F73 (or 0x359F73) is known color: Eucalyptus. HEX triplet: 35, 9F and 73. RGB value is (53,159,115). Sum of RGB (Red+Green+Blue) = 53+159+115=327 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.21% from 327); Green value is 159 (62.5% from 255 or 48.62% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 159 - color contains mainly: green. Hex color #359F73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359F73 is #CA608C. Grayscale: #7A7A7A. Windows color (decimal): -13262989 or 7577397. OLE color: 7577397.
HSL color Cylindrical-coordinate representation of color #359F73: hue angle of 155.09º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #359F73 is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 159 | 115 | - |
| CMYK | 0.67 | 0 | 0.28 | 0.38 |
| HSL | 155.09º | 0.5% | 0.42% | - |
| HSV(B) | 155.09º | 0.67% | 0.62% | - |
| XYZ | 16.96 | 26.79 | 20.5 | - |
| YUV | 122.29 | 123.88 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 159 | 115 | 0.67 | 0 | 0.28 | 0.38 | 155.09 | 0.5 | 0.42 |
| Hex | 35 | 9F | 73 | 43 | 0 | 1C | 26 | 9B | 32 | 2A |
| Octal | 65 | 237 | 163 | 103 | 0 | 34 | 46 | 233 | 62 | 52 |
| Binary | 110101 | 10011111 | 1110011 | 1000011 | 0 | 11100 | 100110 | 10011011 | 110010 | 101010 |
Color Harmonies of #359F73
Complementary color
Monochromatic Colors of #359F73
Black with #359F73
Text Example
Text Example
White with #359F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359F73; }
p { color: rgb(53,159,115); }
H1.HeaderClassName
{
color: #359F73;
}
.AnyTagClassName
{
color: #359F73;
}
</style>
background-color css
<style>
a { background-color: #359F73; }
a { background-color: rgb(53,159,115); }
div.DivClassName
{
background-color: #359F73;
}
.BgClassName
{
background-color: #359F73;
}
</style>
border-color css
<style>
span { border-color: #359F73; }
span { border-color: rgb(53,159,115); }
td.TdClassName
{
border-color: #359F73;
}
.TagClassName
{
border-color: #359F73;
}
</style>