Shades of Eucalyptus #32A36C
Tints of Eucalyptus #32A36C
RGB
CMYK
RGB Variations
Color information
#32A36C (or 0x32A36C) is known color: Eucalyptus. HEX triplet: 32, A3 and 6C. RGB value is (50,163,108). Sum of RGB (Red+Green+Blue) = 50+163+108=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 163 (64.06% from 255 or 50.78% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 163 - color contains mainly: green. Hex color #32A36C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32A36C is #CD5C93. Grayscale: #7B7B7B. Windows color (decimal): -13458580 or 7119666. OLE color: 7119666.
HSL color Cylindrical-coordinate representation of color #32A36C: hue angle of 150.8º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32A36C is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 163 | 108 | - |
| CMYK | 0.69 | 0 | 0.34 | 0.36 |
| HSL | 150.8º | 0.53% | 0.42% | - |
| HSV(B) | 150.8º | 0.69% | 0.64% | - |
| XYZ | 17.12 | 27.96 | 18.68 | - |
| YUV | 122.94 | 119.56 | 75.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 163 | 108 | 0.69 | 0 | 0.34 | 0.36 | 150.8 | 0.53 | 0.42 |
| Hex | 32 | A3 | 6C | 45 | 0 | 22 | 24 | 97 | 35 | 2A |
| Octal | 62 | 243 | 154 | 105 | 0 | 42 | 44 | 227 | 65 | 52 |
| Binary | 110010 | 10100011 | 1101100 | 1000101 | 0 | 100010 | 100100 | 10010111 | 110101 | 101010 |
Color Harmonies of #32A36C
Complementary color
Monochromatic Colors of #32A36C
Black with #32A36C
Text Example
Text Example
White with #32A36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A36C; }
p { color: rgb(50,163,108); }
H1.HeaderClassName
{
color: #32A36C;
}
.AnyTagClassName
{
color: #32A36C;
}
</style>
background-color css
<style>
a { background-color: #32A36C; }
a { background-color: rgb(50,163,108); }
div.DivClassName
{
background-color: #32A36C;
}
.BgClassName
{
background-color: #32A36C;
}
</style>
border-color css
<style>
span { border-color: #32A36C; }
span { border-color: rgb(50,163,108); }
td.TdClassName
{
border-color: #32A36C;
}
.TagClassName
{
border-color: #32A36C;
}
</style>