Shades of Eucalyptus #35A072
Tints of Eucalyptus #35A072
RGB
CMYK
RGB Variations
Color information
#35A072 (or 0x35A072) is known color: Eucalyptus. HEX triplet: 35, A0 and 72. RGB value is (53,160,114). Sum of RGB (Red+Green+Blue) = 53+160+114=327 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.21% from 327); Green value is 160 (62.89% from 255 or 48.93% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 160 - color contains mainly: green. Hex color #35A072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A072 is #CA5F8D. Grayscale: #7A7A7A. Windows color (decimal): -13262734 or 7512117. OLE color: 7512117.
HSL color Cylindrical-coordinate representation of color #35A072: hue angle of 154.21º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35A072 is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 53 | 160 | 114 | - |
| CMYK | 0.67 | 0 | 0.29 | 0.37 |
| HSL | 154.21º | 0.5% | 0.42% | - |
| HSV(B) | 154.21º | 0.67% | 0.63% | - |
| XYZ | 17.08 | 27.11 | 20.25 | - |
| YUV | 122.76 | 123.05 | 78.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 160 | 114 | 0.67 | 0 | 0.29 | 0.37 | 154.21 | 0.5 | 0.42 |
| Hex | 35 | A0 | 72 | 43 | 0 | 1D | 25 | 9A | 32 | 2A |
| Octal | 65 | 240 | 162 | 103 | 0 | 35 | 45 | 232 | 62 | 52 |
| Binary | 110101 | 10100000 | 1110010 | 1000011 | 0 | 11101 | 100101 | 10011010 | 110010 | 101010 |
Color Harmonies of #35A072
Complementary color
Monochromatic Colors of #35A072
Black with #35A072
Text Example
Text Example
White with #35A072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A072; }
p { color: rgb(53,160,114); }
H1.HeaderClassName
{
color: #35A072;
}
.AnyTagClassName
{
color: #35A072;
}
</style>
background-color css
<style>
a { background-color: #35A072; }
a { background-color: rgb(53,160,114); }
div.DivClassName
{
background-color: #35A072;
}
.BgClassName
{
background-color: #35A072;
}
</style>
border-color css
<style>
span { border-color: #35A072; }
span { border-color: rgb(53,160,114); }
td.TdClassName
{
border-color: #35A072;
}
.TagClassName
{
border-color: #35A072;
}
</style>