Shades of Eucalyptus #359D69
Tints of Eucalyptus #359D69
RGB
CMYK
RGB Variations
Color information
#359D69 (or 0x359D69) is known color: Eucalyptus. HEX triplet: 35, 9D and 69. RGB value is (53,157,105). Sum of RGB (Red+Green+Blue) = 53+157+105=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 157 (61.72% from 255 or 49.84% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 157 - color contains mainly: green. Hex color #359D69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359D69 is #CA6296. Grayscale: #787878. Windows color (decimal): -13263511 or 6921525. OLE color: 6921525.
HSL color Cylindrical-coordinate representation of color #359D69: hue angle of 150º 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 #359D69 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 157 | 105 | - |
| CMYK | 0.66 | 0 | 0.33 | 0.38 |
| HSL | 150º | 0.5% | 0.41% | - |
| HSV(B) | 150º | 0.66% | 0.62% | - |
| XYZ | 16.07 | 25.89 | 17.51 | - |
| YUV | 119.98 | 119.54 | 80.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 157 | 105 | 0.66 | 0 | 0.33 | 0.38 | 150 | 0.5 | 0.41 |
| Hex | 35 | 9D | 69 | 42 | 0 | 21 | 26 | 96 | 32 | 29 |
| Octal | 65 | 235 | 151 | 102 | 0 | 41 | 46 | 226 | 62 | 51 |
| Binary | 110101 | 10011101 | 1101001 | 1000010 | 0 | 100001 | 100110 | 10010110 | 110010 | 101001 |
Color Harmonies of #359D69
Complementary color
Monochromatic Colors of #359D69
Black with #359D69
Text Example
Text Example
White with #359D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359D69; }
p { color: rgb(53,157,105); }
H1.HeaderClassName
{
color: #359D69;
}
.AnyTagClassName
{
color: #359D69;
}
</style>
background-color css
<style>
a { background-color: #359D69; }
a { background-color: rgb(53,157,105); }
div.DivClassName
{
background-color: #359D69;
}
.BgClassName
{
background-color: #359D69;
}
</style>
border-color css
<style>
span { border-color: #359D69; }
span { border-color: rgb(53,157,105); }
td.TdClassName
{
border-color: #359D69;
}
.TagClassName
{
border-color: #359D69;
}
</style>