Shades of Eucalyptus #35995C
Tints of Eucalyptus #35995C
RGB
CMYK
RGB Variations
Color information
#35995C (or 0x35995C) is known color: Eucalyptus. HEX triplet: 35, 99 and 5C. RGB value is (53,153,92). Sum of RGB (Red+Green+Blue) = 53+153+92=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 153 (60.16% from 255 or 51.34% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 153 - color contains mainly: green. Hex color #35995C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35995C is #CA66A3. Grayscale: #747474. Windows color (decimal): -13264548 or 6068533. OLE color: 6068533.
HSL color Cylindrical-coordinate representation of color #35995C: hue angle of 143.4º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #35995C is Cyan = 0.65, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 53 | 153 | 92 | - |
| CMYK | 0.65 | 0 | 0.40 | 0.4 |
| HSL | 143.4º | 0.49% | 0.4% | - |
| HSV(B) | 143.4º | 0.65% | 0.6% | - |
| XYZ | 14.79 | 24.31 | 14.04 | - |
| YUV | 116.15 | 114.37 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 153 | 92 | 0.65 | 0 | 0.40 | 0.4 | 143.4 | 0.49 | 0.4 |
| Hex | 35 | 99 | 5C | 41 | 0 | 28 | 28 | 8F | 31 | 28 |
| Octal | 65 | 231 | 134 | 101 | 0 | 50 | 50 | 217 | 61 | 50 |
| Binary | 110101 | 10011001 | 1011100 | 1000001 | 0 | 101000 | 101000 | 10001111 | 110001 | 101000 |
Color Harmonies of #35995C
Complementary color
Monochromatic Colors of #35995C
Black with #35995C
Text Example
Text Example
White with #35995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35995C; }
p { color: rgb(53,153,92); }
H1.HeaderClassName
{
color: #35995C;
}
.AnyTagClassName
{
color: #35995C;
}
</style>
background-color css
<style>
a { background-color: #35995C; }
a { background-color: rgb(53,153,92); }
div.DivClassName
{
background-color: #35995C;
}
.BgClassName
{
background-color: #35995C;
}
</style>
border-color css
<style>
span { border-color: #35995C; }
span { border-color: rgb(53,153,92); }
td.TdClassName
{
border-color: #35995C;
}
.TagClassName
{
border-color: #35995C;
}
</style>