Shades of Eucalyptus #32A26A
Tints of Eucalyptus #32A26A
RGB
CMYK
RGB Variations
Color information
#32A26A (or 0x32A26A) is known color: Eucalyptus. HEX triplet: 32, A2 and 6A. RGB value is (50,162,106). Sum of RGB (Red+Green+Blue) = 50+162+106=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 162 (63.67% from 255 or 50.94% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 162 - color contains mainly: green. Hex color #32A26A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32A26A is #CD5D95. Grayscale: #7A7A7A. Windows color (decimal): -13458838 or 6988338. OLE color: 6988338.
HSL color Cylindrical-coordinate representation of color #32A26A: 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.69%. Process color model (Four color, CMYK) of #32A26A is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 162 | 106 | - |
| CMYK | 0.69 | 0 | 0.35 | 0.36 |
| HSL | 150º | 0.53% | 0.42% | - |
| HSV(B) | 150º | 0.69% | 0.64% | - |
| XYZ | 16.84 | 27.56 | 18.07 | - |
| YUV | 122.13 | 118.89 | 76.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 162 | 106 | 0.69 | 0 | 0.35 | 0.36 | 150 | 0.53 | 0.42 |
| Hex | 32 | A2 | 6A | 45 | 0 | 23 | 24 | 96 | 35 | 2A |
| Octal | 62 | 242 | 152 | 105 | 0 | 43 | 44 | 226 | 65 | 52 |
| Binary | 110010 | 10100010 | 1101010 | 1000101 | 0 | 100011 | 100100 | 10010110 | 110101 | 101010 |
Color Harmonies of #32A26A
Complementary color
Monochromatic Colors of #32A26A
Black with #32A26A
Text Example
Text Example
White with #32A26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A26A; }
p { color: rgb(50,162,106); }
H1.HeaderClassName
{
color: #32A26A;
}
.AnyTagClassName
{
color: #32A26A;
}
</style>
background-color css
<style>
a { background-color: #32A26A; }
a { background-color: rgb(50,162,106); }
div.DivClassName
{
background-color: #32A26A;
}
.BgClassName
{
background-color: #32A26A;
}
</style>
border-color css
<style>
span { border-color: #32A26A; }
span { border-color: rgb(50,162,106); }
td.TdClassName
{
border-color: #32A26A;
}
.TagClassName
{
border-color: #32A26A;
}
</style>