Shades of Eucalyptus #35956C
Tints of Eucalyptus #35956C
RGB
CMYK
RGB Variations
Color information
#35956C (or 0x35956C) is known color: Eucalyptus. HEX triplet: 35, 95 and 6C. RGB value is (53,149,108). Sum of RGB (Red+Green+Blue) = 53+149+108=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 149 (58.59% from 255 or 48.06% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 149 - color contains mainly: green. Hex color #35956C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35956C is #CA6A93. Grayscale: #737373. Windows color (decimal): -13265556 or 7116085. OLE color: 7116085.
HSL color Cylindrical-coordinate representation of color #35956C: hue angle of 154.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 #35956C is Cyan = 0.64, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 149 | 108 | - |
| CMYK | 0.64 | 0 | 0.28 | 0.42 |
| HSL | 154.38º | 0.48% | 0.4% | - |
| HSV(B) | 154.38º | 0.64% | 0.58% | - |
| XYZ | 14.92 | 23.33 | 17.9 | - |
| YUV | 115.62 | 123.7 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 149 | 108 | 0.64 | 0 | 0.28 | 0.42 | 154.38 | 0.48 | 0.4 |
| Hex | 35 | 95 | 6C | 40 | 0 | 1C | 2A | 9A | 30 | 28 |
| Octal | 65 | 225 | 154 | 100 | 0 | 34 | 52 | 232 | 60 | 50 |
| Binary | 110101 | 10010101 | 1101100 | 1000000 | 0 | 11100 | 101010 | 10011010 | 110000 | 101000 |
Color Harmonies of #35956C
Complementary color
Monochromatic Colors of #35956C
Black with #35956C
Text Example
Text Example
White with #35956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35956C; }
p { color: rgb(53,149,108); }
H1.HeaderClassName
{
color: #35956C;
}
.AnyTagClassName
{
color: #35956C;
}
</style>
background-color css
<style>
a { background-color: #35956C; }
a { background-color: rgb(53,149,108); }
div.DivClassName
{
background-color: #35956C;
}
.BgClassName
{
background-color: #35956C;
}
</style>
border-color css
<style>
span { border-color: #35956C; }
span { border-color: rgb(53,149,108); }
td.TdClassName
{
border-color: #35956C;
}
.TagClassName
{
border-color: #35956C;
}
</style>