Shades of Eucalyptus #32A56A
Tints of Eucalyptus #32A56A
RGB
CMYK
RGB Variations
Color information
#32A56A (or 0x32A56A) is known color: Eucalyptus. HEX triplet: 32, A5 and 6A. RGB value is (50,165,106). Sum of RGB (Red+Green+Blue) = 50+165+106=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 165 (64.84% from 255 or 51.40% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 165 - color contains mainly: green. Hex color #32A56A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32A56A is #CD5A95. Grayscale: #7C7C7C. Windows color (decimal): -13458070 or 6989106. OLE color: 6989106.
HSL color Cylindrical-coordinate representation of color #32A56A: hue angle of 149.22º 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 #32A56A is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 50 | 165 | 106 | - |
| CMYK | 0.70 | 0 | 0.36 | 0.35 |
| HSL | 149.22º | 0.53% | 0.42% | - |
| HSV(B) | 149.22º | 0.7% | 0.65% | - |
| XYZ | 17.37 | 28.63 | 18.25 | - |
| YUV | 123.89 | 117.9 | 75.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 165 | 106 | 0.70 | 0 | 0.36 | 0.35 | 149.22 | 0.53 | 0.42 |
| Hex | 32 | A5 | 6A | 46 | 0 | 24 | 23 | 95 | 35 | 2A |
| Octal | 62 | 245 | 152 | 106 | 0 | 44 | 43 | 225 | 65 | 52 |
| Binary | 110010 | 10100101 | 1101010 | 1000110 | 0 | 100100 | 100011 | 10010101 | 110101 | 101010 |
Color Harmonies of #32A56A
Complementary color
Monochromatic Colors of #32A56A
Black with #32A56A
Text Example
Text Example
White with #32A56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A56A; }
p { color: rgb(50,165,106); }
H1.HeaderClassName
{
color: #32A56A;
}
.AnyTagClassName
{
color: #32A56A;
}
</style>
background-color css
<style>
a { background-color: #32A56A; }
a { background-color: rgb(50,165,106); }
div.DivClassName
{
background-color: #32A56A;
}
.BgClassName
{
background-color: #32A56A;
}
</style>
border-color css
<style>
span { border-color: #32A56A; }
span { border-color: rgb(50,165,106); }
td.TdClassName
{
border-color: #32A56A;
}
.TagClassName
{
border-color: #32A56A;
}
</style>