Shades of Eucalyptus #32A46B
Tints of Eucalyptus #32A46B
RGB
CMYK
RGB Variations
Color information
#32A46B (or 0x32A46B) is known color: Eucalyptus. HEX triplet: 32, A4 and 6B. RGB value is (50,164,107). Sum of RGB (Red+Green+Blue) = 50+164+107=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 164 (64.45% from 255 or 51.09% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 164 - color contains mainly: green. Hex color #32A46B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32A46B is #CD5B94. Grayscale: #7B7B7B. Windows color (decimal): -13458325 or 7054386. OLE color: 7054386.
HSL color Cylindrical-coordinate representation of color #32A46B: hue angle of 150º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32A46B is Cyan = 0.70, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 164 | 107 | - |
| CMYK | 0.70 | 0 | 0.35 | 0.36 |
| HSL | 150º | 0.53% | 0.42% | - |
| HSV(B) | 150º | 0.7% | 0.64% | - |
| XYZ | 17.24 | 28.29 | 18.46 | - |
| YUV | 123.42 | 118.73 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 164 | 107 | 0.70 | 0 | 0.35 | 0.36 | 150 | 0.53 | 0.42 |
| Hex | 32 | A4 | 6B | 46 | 0 | 23 | 24 | 96 | 35 | 2A |
| Octal | 62 | 244 | 153 | 106 | 0 | 43 | 44 | 226 | 65 | 52 |
| Binary | 110010 | 10100100 | 1101011 | 1000110 | 0 | 100011 | 100100 | 10010110 | 110101 | 101010 |
Color Harmonies of #32A46B
Complementary color
Monochromatic Colors of #32A46B
Black with #32A46B
Text Example
Text Example
White with #32A46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A46B; }
p { color: rgb(50,164,107); }
H1.HeaderClassName
{
color: #32A46B;
}
.AnyTagClassName
{
color: #32A46B;
}
</style>
background-color css
<style>
a { background-color: #32A46B; }
a { background-color: rgb(50,164,107); }
div.DivClassName
{
background-color: #32A46B;
}
.BgClassName
{
background-color: #32A46B;
}
</style>
border-color css
<style>
span { border-color: #32A46B; }
span { border-color: rgb(50,164,107); }
td.TdClassName
{
border-color: #32A46B;
}
.TagClassName
{
border-color: #32A46B;
}
</style>