Shades of Eucalyptus #35A262
Tints of Eucalyptus #35A262
RGB
CMYK
RGB Variations
Color information
#35A262 (or 0x35A262) is known color: Eucalyptus. HEX triplet: 35, A2 and 62. RGB value is (53,162,98). Sum of RGB (Red+Green+Blue) = 53+162+98=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 162 (63.67% from 255 or 51.76% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 162 - color contains mainly: green. Hex color #35A262 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A262 is #CA5D9D. Grayscale: #7A7A7A. Windows color (decimal): -13262238 or 6464053. OLE color: 6464053.
HSL color Cylindrical-coordinate representation of color #35A262: hue angle of 144.77º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35A262 is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 53 | 162 | 98 | - |
| CMYK | 0.67 | 0 | 0.40 | 0.36 |
| HSL | 144.77º | 0.51% | 0.42% | - |
| HSV(B) | 144.77º | 0.67% | 0.64% | - |
| XYZ | 16.59 | 27.48 | 15.98 | - |
| YUV | 122.11 | 114.39 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 162 | 98 | 0.67 | 0 | 0.40 | 0.36 | 144.77 | 0.51 | 0.42 |
| Hex | 35 | A2 | 62 | 43 | 0 | 28 | 24 | 91 | 33 | 2A |
| Octal | 65 | 242 | 142 | 103 | 0 | 50 | 44 | 221 | 63 | 52 |
| Binary | 110101 | 10100010 | 1100010 | 1000011 | 0 | 101000 | 100100 | 10010001 | 110011 | 101010 |
Color Harmonies of #35A262
Complementary color
Monochromatic Colors of #35A262
Black with #35A262
Text Example
Text Example
White with #35A262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A262; }
p { color: rgb(53,162,98); }
H1.HeaderClassName
{
color: #35A262;
}
.AnyTagClassName
{
color: #35A262;
}
</style>
background-color css
<style>
a { background-color: #35A262; }
a { background-color: rgb(53,162,98); }
div.DivClassName
{
background-color: #35A262;
}
.BgClassName
{
background-color: #35A262;
}
</style>
border-color css
<style>
span { border-color: #35A262; }
span { border-color: rgb(53,162,98); }
td.TdClassName
{
border-color: #35A262;
}
.TagClassName
{
border-color: #35A262;
}
</style>