Shades of Elm #327974
Tints of Elm #327974
RGB
CMYK
RGB Variations
Color information
#327974 (or 0x327974) is known color: Elm. HEX triplet: 32, 79 and 74. RGB value is (50,121,116). Sum of RGB (Red+Green+Blue) = 50+121+116=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 121 (47.66% from 255 or 42.16% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 121 - color contains mainly: green. Hex color #327974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327974 is #CD868B. Grayscale: #636363. Windows color (decimal): -13469324 or 7633202. OLE color: 7633202.
HSL color Cylindrical-coordinate representation of color #327974: hue angle of 175.77º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #327974 is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 121 | 116 | - |
| CMYK | 0.59 | 0 | 0.04 | 0.53 |
| HSL | 175.77º | 0.42% | 0.34% | - |
| HSV(B) | 175.77º | 0.59% | 0.47% | - |
| XYZ | 11.31 | 15.61 | 18.94 | - |
| YUV | 99.2 | 137.48 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 121 | 116 | 0.59 | 0 | 0.04 | 0.53 | 175.77 | 0.42 | 0.34 |
| Hex | 32 | 79 | 74 | 3B | 0 | 4 | 35 | B0 | 2A | 22 |
| Octal | 62 | 171 | 164 | 73 | 0 | 4 | 65 | 260 | 52 | 42 |
| Binary | 110010 | 1111001 | 1110100 | 111011 | 0 | 100 | 110101 | 10110000 | 101010 | 100010 |
Color Harmonies of #327974
Complementary color
Monochromatic Colors of #327974
Black with #327974
Text Example
Text Example
White with #327974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327974; }
p { color: rgb(50,121,116); }
H1.HeaderClassName
{
color: #327974;
}
.AnyTagClassName
{
color: #327974;
}
</style>
background-color css
<style>
a { background-color: #327974; }
a { background-color: rgb(50,121,116); }
div.DivClassName
{
background-color: #327974;
}
.BgClassName
{
background-color: #327974;
}
</style>
border-color css
<style>
span { border-color: #327974; }
span { border-color: rgb(50,121,116); }
td.TdClassName
{
border-color: #327974;
}
.TagClassName
{
border-color: #327974;
}
</style>