Shades of Eucalyptus #35A560
Tints of Eucalyptus #35A560
RGB
CMYK
RGB Variations
Color information
#35A560 (or 0x35A560) is known color: Eucalyptus. HEX triplet: 35, A5 and 60. RGB value is (53,165,96). Sum of RGB (Red+Green+Blue) = 53+165+96=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 165 (64.84% from 255 or 52.55% from 314); Blue value is 96 (37.89% from 255 or 30.57% from 314); Max value from RGB is 165 - color contains mainly: green. Hex color #35A560 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A560 is #CA5A9F. Grayscale: #7B7B7B. Windows color (decimal): -13261472 or 6333749. OLE color: 6333749.
HSL color Cylindrical-coordinate representation of color #35A560: hue angle of 143.04º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35A560 is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 53 | 165 | 96 | - |
| CMYK | 0.68 | 0 | 0.42 | 0.35 |
| HSL | 143.04º | 0.51% | 0.43% | - |
| HSV(B) | 143.04º | 0.68% | 0.65% | - |
| XYZ | 17.03 | 28.51 | 15.67 | - |
| YUV | 123.65 | 112.39 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 165 | 96 | 0.68 | 0 | 0.42 | 0.35 | 143.04 | 0.51 | 0.43 |
| Hex | 35 | A5 | 60 | 44 | 0 | 2A | 23 | 8F | 33 | 2B |
| Octal | 65 | 245 | 140 | 104 | 0 | 52 | 43 | 217 | 63 | 53 |
| Binary | 110101 | 10100101 | 1100000 | 1000100 | 0 | 101010 | 100011 | 10001111 | 110011 | 101011 |
Color Harmonies of #35A560
Complementary color
Monochromatic Colors of #35A560
Black with #35A560
Text Example
Text Example
White with #35A560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A560; }
p { color: rgb(53,165,96); }
H1.HeaderClassName
{
color: #35A560;
}
.AnyTagClassName
{
color: #35A560;
}
</style>
background-color css
<style>
a { background-color: #35A560; }
a { background-color: rgb(53,165,96); }
div.DivClassName
{
background-color: #35A560;
}
.BgClassName
{
background-color: #35A560;
}
</style>
border-color css
<style>
span { border-color: #35A560; }
span { border-color: rgb(53,165,96); }
td.TdClassName
{
border-color: #35A560;
}
.TagClassName
{
border-color: #35A560;
}
</style>