Shades of Eucalyptus #32AA5D
Tints of Eucalyptus #32AA5D
RGB
CMYK
RGB Variations
Color information
#32AA5D (or 0x32AA5D) is known color: Eucalyptus. HEX triplet: 32, AA and 5D. RGB value is (50,170,93). Sum of RGB (Red+Green+Blue) = 50+170+93=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 170 (66.80% from 255 or 54.31% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 170 - color contains mainly: green. Hex color #32AA5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AA5D is #CD55A2. Grayscale: #7D7D7D. Windows color (decimal): -13456803 or 6138418. OLE color: 6138418.
HSL color Cylindrical-coordinate representation of color #32AA5D: hue angle of 141.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AA5D is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 170 | 93 | - |
| CMYK | 0.71 | 0 | 0.45 | 0.33 |
| HSL | 141.5º | 0.55% | 0.43% | - |
| HSV(B) | 141.5º | 0.71% | 0.67% | - |
| XYZ | 17.67 | 30.22 | 15.26 | - |
| YUV | 125.34 | 109.74 | 74.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 170 | 93 | 0.71 | 0 | 0.45 | 0.33 | 141.5 | 0.55 | 0.43 |
| Hex | 32 | AA | 5D | 47 | 0 | 2D | 21 | 8E | 37 | 2B |
| Octal | 62 | 252 | 135 | 107 | 0 | 55 | 41 | 216 | 67 | 53 |
| Binary | 110010 | 10101010 | 1011101 | 1000111 | 0 | 101101 | 100001 | 10001110 | 110111 | 101011 |
Color Harmonies of #32AA5D
Complementary color
Monochromatic Colors of #32AA5D
Black with #32AA5D
Text Example
Text Example
White with #32AA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AA5D; }
p { color: rgb(50,170,93); }
H1.HeaderClassName
{
color: #32AA5D;
}
.AnyTagClassName
{
color: #32AA5D;
}
</style>
background-color css
<style>
a { background-color: #32AA5D; }
a { background-color: rgb(50,170,93); }
div.DivClassName
{
background-color: #32AA5D;
}
.BgClassName
{
background-color: #32AA5D;
}
</style>
border-color css
<style>
span { border-color: #32AA5D; }
span { border-color: rgb(50,170,93); }
td.TdClassName
{
border-color: #32AA5D;
}
.TagClassName
{
border-color: #32AA5D;
}
</style>