Shades of Eucalyptus #32946E
Tints of Eucalyptus #32946E
RGB
CMYK
RGB Variations
Color information
#32946E (or 0x32946E) is known color: Eucalyptus. HEX triplet: 32, 94 and 6E. RGB value is (50,148,110). Sum of RGB (Red+Green+Blue) = 50+148+110=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 148 (58.20% from 255 or 48.05% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 148 - color contains mainly: green. Hex color #32946E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32946E is #CD6B91. Grayscale: #727272. Windows color (decimal): -13462418 or 7246898. OLE color: 7246898.
HSL color Cylindrical-coordinate representation of color #32946E: hue angle of 156.73º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32946E is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 148 | 110 | - |
| CMYK | 0.66 | 0 | 0.26 | 0.42 |
| HSL | 156.73º | 0.49% | 0.39% | - |
| HSV(B) | 156.73º | 0.66% | 0.58% | - |
| XYZ | 14.72 | 22.98 | 18.41 | - |
| YUV | 114.37 | 125.53 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 148 | 110 | 0.66 | 0 | 0.26 | 0.42 | 156.73 | 0.49 | 0.39 |
| Hex | 32 | 94 | 6E | 42 | 0 | 1A | 2A | 9D | 31 | 27 |
| Octal | 62 | 224 | 156 | 102 | 0 | 32 | 52 | 235 | 61 | 47 |
| Binary | 110010 | 10010100 | 1101110 | 1000010 | 0 | 11010 | 101010 | 10011101 | 110001 | 100111 |
Color Harmonies of #32946E
Complementary color
Monochromatic Colors of #32946E
Black with #32946E
Text Example
Text Example
White with #32946E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32946E; }
p { color: rgb(50,148,110); }
H1.HeaderClassName
{
color: #32946E;
}
.AnyTagClassName
{
color: #32946E;
}
</style>
background-color css
<style>
a { background-color: #32946E; }
a { background-color: rgb(50,148,110); }
div.DivClassName
{
background-color: #32946E;
}
.BgClassName
{
background-color: #32946E;
}
</style>
border-color css
<style>
span { border-color: #32946E; }
span { border-color: rgb(50,148,110); }
td.TdClassName
{
border-color: #32946E;
}
.TagClassName
{
border-color: #32946E;
}
</style>