Shades of Eucalyptus #359D67
Tints of Eucalyptus #359D67
RGB
CMYK
RGB Variations
Color information
#359D67 (or 0x359D67) is known color: Eucalyptus. HEX triplet: 35, 9D and 67. RGB value is (53,157,103). Sum of RGB (Red+Green+Blue) = 53+157+103=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 157 (61.72% from 255 or 50.16% from 313); Blue value is 103 (40.62% from 255 or 32.91% from 313); Max value from RGB is 157 - color contains mainly: green. Hex color #359D67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359D67 is #CA6298. Grayscale: #777777. Windows color (decimal): -13263513 or 6790453. OLE color: 6790453.
HSL color Cylindrical-coordinate representation of color #359D67: hue angle of 148.85º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359D67 is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 157 | 103 | - |
| CMYK | 0.66 | 0 | 0.34 | 0.38 |
| HSL | 148.85º | 0.5% | 0.41% | - |
| HSV(B) | 148.85º | 0.66% | 0.62% | - |
| XYZ | 15.97 | 25.85 | 16.98 | - |
| YUV | 119.75 | 118.54 | 80.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 157 | 103 | 0.66 | 0 | 0.34 | 0.38 | 148.85 | 0.5 | 0.41 |
| Hex | 35 | 9D | 67 | 42 | 0 | 22 | 26 | 95 | 32 | 29 |
| Octal | 65 | 235 | 147 | 102 | 0 | 42 | 46 | 225 | 62 | 51 |
| Binary | 110101 | 10011101 | 1100111 | 1000010 | 0 | 100010 | 100110 | 10010101 | 110010 | 101001 |
Color Harmonies of #359D67
Complementary color
Monochromatic Colors of #359D67
Black with #359D67
Text Example
Text Example
White with #359D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359D67; }
p { color: rgb(53,157,103); }
H1.HeaderClassName
{
color: #359D67;
}
.AnyTagClassName
{
color: #359D67;
}
</style>
background-color css
<style>
a { background-color: #359D67; }
a { background-color: rgb(53,157,103); }
div.DivClassName
{
background-color: #359D67;
}
.BgClassName
{
background-color: #359D67;
}
</style>
border-color css
<style>
span { border-color: #359D67; }
span { border-color: rgb(53,157,103); }
td.TdClassName
{
border-color: #359D67;
}
.TagClassName
{
border-color: #359D67;
}
</style>