Shades of Eucalyptus #32A268
Tints of Eucalyptus #32A268
RGB
CMYK
RGB Variations
Color information
#32A268 (or 0x32A268) is known color: Eucalyptus. HEX triplet: 32, A2 and 68. RGB value is (50,162,104). Sum of RGB (Red+Green+Blue) = 50+162+104=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 162 (63.67% from 255 or 51.27% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 162 - color contains mainly: green. Hex color #32A268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32A268 is #CD5D97. Grayscale: #7A7A7A. Windows color (decimal): -13458840 or 6857266. OLE color: 6857266.
HSL color Cylindrical-coordinate representation of color #32A268: hue angle of 148.93º 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 #32A268 is Cyan = 0.69, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 162 | 104 | - |
| CMYK | 0.69 | 0 | 0.36 | 0.36 |
| HSL | 148.93º | 0.53% | 0.42% | - |
| HSV(B) | 148.93º | 0.69% | 0.64% | - |
| XYZ | 16.73 | 27.52 | 17.53 | - |
| YUV | 121.9 | 117.89 | 76.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 162 | 104 | 0.69 | 0 | 0.36 | 0.36 | 148.93 | 0.53 | 0.42 |
| Hex | 32 | A2 | 68 | 45 | 0 | 24 | 24 | 95 | 35 | 2A |
| Octal | 62 | 242 | 150 | 105 | 0 | 44 | 44 | 225 | 65 | 52 |
| Binary | 110010 | 10100010 | 1101000 | 1000101 | 0 | 100100 | 100100 | 10010101 | 110101 | 101010 |
Color Harmonies of #32A268
Complementary color
Monochromatic Colors of #32A268
Black with #32A268
Text Example
Text Example
White with #32A268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A268; }
p { color: rgb(50,162,104); }
H1.HeaderClassName
{
color: #32A268;
}
.AnyTagClassName
{
color: #32A268;
}
</style>
background-color css
<style>
a { background-color: #32A268; }
a { background-color: rgb(50,162,104); }
div.DivClassName
{
background-color: #32A268;
}
.BgClassName
{
background-color: #32A268;
}
</style>
border-color css
<style>
span { border-color: #32A268; }
span { border-color: rgb(50,162,104); }
td.TdClassName
{
border-color: #32A268;
}
.TagClassName
{
border-color: #32A268;
}
</style>