Shades of Eucalyptus #35A566
Tints of Eucalyptus #35A566
RGB
CMYK
RGB Variations
Color information
#35A566 (or 0x35A566) is known color: Eucalyptus. HEX triplet: 35, A5 and 66. RGB value is (53,165,102). Sum of RGB (Red+Green+Blue) = 53+165+102=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 165 (64.84% from 255 or 51.56% from 320); Blue value is 102 (40.23% from 255 or 31.88% from 320); Max value from RGB is 165 - color contains mainly: green. Hex color #35A566 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A566 is #CA5A99. Grayscale: #7C7C7C. Windows color (decimal): -13261466 or 6726965. OLE color: 6726965.
HSL color Cylindrical-coordinate representation of color #35A566: hue angle of 146.25º 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 #35A566 is Cyan = 0.68, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 53 | 165 | 102 | - |
| CMYK | 0.68 | 0 | 0.38 | 0.35 |
| HSL | 146.25º | 0.51% | 0.43% | - |
| HSV(B) | 146.25º | 0.68% | 0.65% | - |
| XYZ | 17.32 | 28.63 | 17.18 | - |
| YUV | 124.33 | 115.39 | 77.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 165 | 102 | 0.68 | 0 | 0.38 | 0.35 | 146.25 | 0.51 | 0.43 |
| Hex | 35 | A5 | 66 | 44 | 0 | 26 | 23 | 92 | 33 | 2B |
| Octal | 65 | 245 | 146 | 104 | 0 | 46 | 43 | 222 | 63 | 53 |
| Binary | 110101 | 10100101 | 1100110 | 1000100 | 0 | 100110 | 100011 | 10010010 | 110011 | 101011 |
Color Harmonies of #35A566
Complementary color
Monochromatic Colors of #35A566
Black with #35A566
Text Example
Text Example
White with #35A566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A566; }
p { color: rgb(53,165,102); }
H1.HeaderClassName
{
color: #35A566;
}
.AnyTagClassName
{
color: #35A566;
}
</style>
background-color css
<style>
a { background-color: #35A566; }
a { background-color: rgb(53,165,102); }
div.DivClassName
{
background-color: #35A566;
}
.BgClassName
{
background-color: #35A566;
}
</style>
border-color css
<style>
span { border-color: #35A566; }
span { border-color: rgb(53,165,102); }
td.TdClassName
{
border-color: #35A566;
}
.TagClassName
{
border-color: #35A566;
}
</style>