Shades of Eucalyptus #32A65C
Tints of Eucalyptus #32A65C
RGB
CMYK
RGB Variations
Color information
#32A65C (or 0x32A65C) is known color: Eucalyptus. HEX triplet: 32, A6 and 5C. RGB value is (50,166,92). Sum of RGB (Red+Green+Blue) = 50+166+92=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 166 (65.23% from 255 or 53.90% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 166 - color contains mainly: green. Hex color #32A65C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32A65C is #CD59A3. Grayscale: #7B7B7B. Windows color (decimal): -13457828 or 6071858. OLE color: 6071858.
HSL color Cylindrical-coordinate representation of color #32A65C: hue angle of 141.72º degrees, saturation: 0.54, 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 #32A65C is Cyan = 0.70, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 50 | 166 | 92 | - |
| CMYK | 0.70 | 0 | 0.45 | 0.35 |
| HSL | 141.72º | 0.54% | 0.42% | - |
| HSV(B) | 141.72º | 0.7% | 0.65% | - |
| XYZ | 16.88 | 28.72 | 14.78 | - |
| YUV | 122.88 | 110.57 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 166 | 92 | 0.70 | 0 | 0.45 | 0.35 | 141.72 | 0.54 | 0.42 |
| Hex | 32 | A6 | 5C | 46 | 0 | 2D | 23 | 8E | 36 | 2A |
| Octal | 62 | 246 | 134 | 106 | 0 | 55 | 43 | 216 | 66 | 52 |
| Binary | 110010 | 10100110 | 1011100 | 1000110 | 0 | 101101 | 100011 | 10001110 | 110110 | 101010 |
Color Harmonies of #32A65C
Complementary color
Monochromatic Colors of #32A65C
Black with #32A65C
Text Example
Text Example
White with #32A65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A65C; }
p { color: rgb(50,166,92); }
H1.HeaderClassName
{
color: #32A65C;
}
.AnyTagClassName
{
color: #32A65C;
}
</style>
background-color css
<style>
a { background-color: #32A65C; }
a { background-color: rgb(50,166,92); }
div.DivClassName
{
background-color: #32A65C;
}
.BgClassName
{
background-color: #32A65C;
}
</style>
border-color css
<style>
span { border-color: #32A65C; }
span { border-color: rgb(50,166,92); }
td.TdClassName
{
border-color: #32A65C;
}
.TagClassName
{
border-color: #32A65C;
}
</style>