Shades of Eucalyptus #32A569
Tints of Eucalyptus #32A569
RGB
CMYK
RGB Variations
Color information
#32A569 (or 0x32A569) is known color: Eucalyptus. HEX triplet: 32, A5 and 69. RGB value is (50,165,105). Sum of RGB (Red+Green+Blue) = 50+165+105=320 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.62% from 320); Green value is 165 (64.84% from 255 or 51.56% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 165 - color contains mainly: green. Hex color #32A569 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32A569 is #CD5A96. Grayscale: #7B7B7B. Windows color (decimal): -13458071 or 6923570. OLE color: 6923570.
HSL color Cylindrical-coordinate representation of color #32A569: hue angle of 148.7º 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 #32A569 is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 50 | 165 | 105 | - |
| CMYK | 0.70 | 0 | 0.36 | 0.35 |
| HSL | 148.7º | 0.53% | 0.42% | - |
| HSV(B) | 148.7º | 0.7% | 0.65% | - |
| XYZ | 17.32 | 28.61 | 17.97 | - |
| YUV | 123.78 | 117.4 | 75.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 165 | 105 | 0.70 | 0 | 0.36 | 0.35 | 148.7 | 0.53 | 0.42 |
| Hex | 32 | A5 | 69 | 46 | 0 | 24 | 23 | 95 | 35 | 2A |
| Octal | 62 | 245 | 151 | 106 | 0 | 44 | 43 | 225 | 65 | 52 |
| Binary | 110010 | 10100101 | 1101001 | 1000110 | 0 | 100100 | 100011 | 10010101 | 110101 | 101010 |
Color Harmonies of #32A569
Complementary color
Monochromatic Colors of #32A569
Black with #32A569
Text Example
Text Example
White with #32A569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A569; }
p { color: rgb(50,165,105); }
H1.HeaderClassName
{
color: #32A569;
}
.AnyTagClassName
{
color: #32A569;
}
</style>
background-color css
<style>
a { background-color: #32A569; }
a { background-color: rgb(50,165,105); }
div.DivClassName
{
background-color: #32A569;
}
.BgClassName
{
background-color: #32A569;
}
</style>
border-color css
<style>
span { border-color: #32A569; }
span { border-color: rgb(50,165,105); }
td.TdClassName
{
border-color: #32A569;
}
.TagClassName
{
border-color: #32A569;
}
</style>