Shades of Eucalyptus #32945E
Tints of Eucalyptus #32945E
RGB
CMYK
RGB Variations
Color information
#32945E (or 0x32945E) is known color: Eucalyptus. HEX triplet: 32, 94 and 5E. RGB value is (50,148,94). Sum of RGB (Red+Green+Blue) = 50+148+94=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 148 (58.20% from 255 or 50.68% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 148 - color contains mainly: green. Hex color #32945E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32945E is #CD6BA1. Grayscale: #707070. Windows color (decimal): -13462434 or 6198322. OLE color: 6198322.
HSL color Cylindrical-coordinate representation of color #32945E: hue angle of 146.94º 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 #32945E is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 148 | 94 | - |
| CMYK | 0.66 | 0 | 0.36 | 0.42 |
| HSL | 146.94º | 0.49% | 0.39% | - |
| HSV(B) | 146.94º | 0.66% | 0.58% | - |
| XYZ | 13.93 | 22.67 | 14.23 | - |
| YUV | 112.54 | 117.53 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 148 | 94 | 0.66 | 0 | 0.36 | 0.42 | 146.94 | 0.49 | 0.39 |
| Hex | 32 | 94 | 5E | 42 | 0 | 24 | 2A | 93 | 31 | 27 |
| Octal | 62 | 224 | 136 | 102 | 0 | 44 | 52 | 223 | 61 | 47 |
| Binary | 110010 | 10010100 | 1011110 | 1000010 | 0 | 100100 | 101010 | 10010011 | 110001 | 100111 |
Color Harmonies of #32945E
Complementary color
Monochromatic Colors of #32945E
Black with #32945E
Text Example
Text Example
White with #32945E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32945E; }
p { color: rgb(50,148,94); }
H1.HeaderClassName
{
color: #32945E;
}
.AnyTagClassName
{
color: #32945E;
}
</style>
background-color css
<style>
a { background-color: #32945E; }
a { background-color: rgb(50,148,94); }
div.DivClassName
{
background-color: #32945E;
}
.BgClassName
{
background-color: #32945E;
}
</style>
border-color css
<style>
span { border-color: #32945E; }
span { border-color: rgb(50,148,94); }
td.TdClassName
{
border-color: #32945E;
}
.TagClassName
{
border-color: #32945E;
}
</style>