Shades of Eucalyptus #32AA63
Tints of Eucalyptus #32AA63
RGB
CMYK
RGB Variations
Color information
#32AA63 (or 0x32AA63) is known color: Eucalyptus. HEX triplet: 32, AA and 63. RGB value is (50,170,99). Sum of RGB (Red+Green+Blue) = 50+170+99=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 170 (66.80% from 255 or 53.29% from 319); Blue value is 99 (39.06% from 255 or 31.03% from 319); Max value from RGB is 170 - color contains mainly: green. Hex color #32AA63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AA63 is #CD559C. Grayscale: #7E7E7E. Windows color (decimal): -13456797 or 6531634. OLE color: 6531634.
HSL color Cylindrical-coordinate representation of color #32AA63: hue angle of 144.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 #32AA63 is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 170 | 99 | - |
| CMYK | 0.71 | 0 | 0.42 | 0.33 |
| HSL | 144.5º | 0.55% | 0.43% | - |
| HSV(B) | 144.5º | 0.71% | 0.67% | - |
| XYZ | 17.94 | 30.33 | 16.71 | - |
| YUV | 126.03 | 112.74 | 73.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 170 | 99 | 0.71 | 0 | 0.42 | 0.33 | 144.5 | 0.55 | 0.43 |
| Hex | 32 | AA | 63 | 47 | 0 | 2A | 21 | 90 | 37 | 2B |
| Octal | 62 | 252 | 143 | 107 | 0 | 52 | 41 | 220 | 67 | 53 |
| Binary | 110010 | 10101010 | 1100011 | 1000111 | 0 | 101010 | 100001 | 10010000 | 110111 | 101011 |
Color Harmonies of #32AA63
Complementary color
Monochromatic Colors of #32AA63
Black with #32AA63
Text Example
Text Example
White with #32AA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AA63; }
p { color: rgb(50,170,99); }
H1.HeaderClassName
{
color: #32AA63;
}
.AnyTagClassName
{
color: #32AA63;
}
</style>
background-color css
<style>
a { background-color: #32AA63; }
a { background-color: rgb(50,170,99); }
div.DivClassName
{
background-color: #32AA63;
}
.BgClassName
{
background-color: #32AA63;
}
</style>
border-color css
<style>
span { border-color: #32AA63; }
span { border-color: rgb(50,170,99); }
td.TdClassName
{
border-color: #32AA63;
}
.TagClassName
{
border-color: #32AA63;
}
</style>