Shades of Eucalyptus #35955C
Tints of Eucalyptus #35955C
RGB
CMYK
RGB Variations
Color information
#35955C (or 0x35955C) is known color: Eucalyptus. HEX triplet: 35, 95 and 5C. RGB value is (53,149,92). Sum of RGB (Red+Green+Blue) = 53+149+92=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 149 (58.59% from 255 or 50.68% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 149 - color contains mainly: green. Hex color #35955C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35955C is #CA6AA3. Grayscale: #717171. Windows color (decimal): -13265572 or 6067509. OLE color: 6067509.
HSL color Cylindrical-coordinate representation of color #35955C: hue angle of 144.38º 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 #35955C is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 149 | 92 | - |
| CMYK | 0.64 | 0 | 0.38 | 0.42 |
| HSL | 144.38º | 0.48% | 0.4% | - |
| HSV(B) | 144.38º | 0.64% | 0.58% | - |
| XYZ | 14.15 | 23.02 | 13.82 | - |
| YUV | 113.8 | 115.7 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 149 | 92 | 0.64 | 0 | 0.38 | 0.42 | 144.38 | 0.48 | 0.4 |
| Hex | 35 | 95 | 5C | 40 | 0 | 26 | 2A | 90 | 30 | 28 |
| Octal | 65 | 225 | 134 | 100 | 0 | 46 | 52 | 220 | 60 | 50 |
| Binary | 110101 | 10010101 | 1011100 | 1000000 | 0 | 100110 | 101010 | 10010000 | 110000 | 101000 |
Color Harmonies of #35955C
Complementary color
Monochromatic Colors of #35955C
Black with #35955C
Text Example
Text Example
White with #35955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35955C; }
p { color: rgb(53,149,92); }
H1.HeaderClassName
{
color: #35955C;
}
.AnyTagClassName
{
color: #35955C;
}
</style>
background-color css
<style>
a { background-color: #35955C; }
a { background-color: rgb(53,149,92); }
div.DivClassName
{
background-color: #35955C;
}
.BgClassName
{
background-color: #35955C;
}
</style>
border-color css
<style>
span { border-color: #35955C; }
span { border-color: rgb(53,149,92); }
td.TdClassName
{
border-color: #35955C;
}
.TagClassName
{
border-color: #35955C;
}
</style>