Shades of Eucalyptus #32A55F
Tints of Eucalyptus #32A55F
RGB
CMYK
RGB Variations
Color information
#32A55F (or 0x32A55F) is known color: Eucalyptus. HEX triplet: 32, A5 and 5F. RGB value is (50,165,95). Sum of RGB (Red+Green+Blue) = 50+165+95=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 165 (64.84% from 255 or 53.23% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 165 - color contains mainly: green. Hex color #32A55F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32A55F is #CD5AA0. Grayscale: #7A7A7A. Windows color (decimal): -13458081 or 6268210. OLE color: 6268210.
HSL color Cylindrical-coordinate representation of color #32A55F: hue angle of 143.48º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32A55F is Cyan = 0.70, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 50 | 165 | 95 | - |
| CMYK | 0.70 | 0 | 0.42 | 0.35 |
| HSL | 143.48º | 0.53% | 0.42% | - |
| HSV(B) | 143.48º | 0.7% | 0.65% | - |
| XYZ | 16.84 | 28.41 | 15.42 | - |
| YUV | 122.64 | 112.4 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 165 | 95 | 0.70 | 0 | 0.42 | 0.35 | 143.48 | 0.53 | 0.42 |
| Hex | 32 | A5 | 5F | 46 | 0 | 2A | 23 | 8F | 35 | 2A |
| Octal | 62 | 245 | 137 | 106 | 0 | 52 | 43 | 217 | 65 | 52 |
| Binary | 110010 | 10100101 | 1011111 | 1000110 | 0 | 101010 | 100011 | 10001111 | 110101 | 101010 |
Color Harmonies of #32A55F
Complementary color
Monochromatic Colors of #32A55F
Black with #32A55F
Text Example
Text Example
White with #32A55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A55F; }
p { color: rgb(50,165,95); }
H1.HeaderClassName
{
color: #32A55F;
}
.AnyTagClassName
{
color: #32A55F;
}
</style>
background-color css
<style>
a { background-color: #32A55F; }
a { background-color: rgb(50,165,95); }
div.DivClassName
{
background-color: #32A55F;
}
.BgClassName
{
background-color: #32A55F;
}
</style>
border-color css
<style>
span { border-color: #32A55F; }
span { border-color: rgb(50,165,95); }
td.TdClassName
{
border-color: #32A55F;
}
.TagClassName
{
border-color: #32A55F;
}
</style>