Shades of Elm #327874
Tints of Elm #327874
RGB
CMYK
RGB Variations
Color information
#327874 (or 0x327874) is known color: Elm. HEX triplet: 32, 78 and 74. RGB value is (50,120,116). Sum of RGB (Red+Green+Blue) = 50+120+116=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 120 (47.27% from 255 or 41.96% from 286); Blue value is 116 (45.70% from 255 or 40.56% from 286); Max value from RGB is 120 - color contains mainly: green. Hex color #327874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327874 is #CD878B. Grayscale: #626262. Windows color (decimal): -13469580 or 7632946. OLE color: 7632946.
HSL color Cylindrical-coordinate representation of color #327874: hue angle of 176.57º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #327874 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 120 | 116 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.53 |
| HSL | 176.57º | 0.41% | 0.33% | - |
| HSV(B) | 176.57º | 0.58% | 0.47% | - |
| XYZ | 11.18 | 15.37 | 18.9 | - |
| YUV | 98.61 | 137.81 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 120 | 116 | 0.58 | 0 | 0.03 | 0.53 | 176.57 | 0.41 | 0.33 |
| Hex | 32 | 78 | 74 | 3A | 0 | 3 | 35 | B1 | 29 | 21 |
| Octal | 62 | 170 | 164 | 72 | 0 | 3 | 65 | 261 | 51 | 41 |
| Binary | 110010 | 1111000 | 1110100 | 111010 | 0 | 11 | 110101 | 10110001 | 101001 | 100001 |
Color Harmonies of #327874
Complementary color
Monochromatic Colors of #327874
Black with #327874
Text Example
Text Example
White with #327874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327874; }
p { color: rgb(50,120,116); }
H1.HeaderClassName
{
color: #327874;
}
.AnyTagClassName
{
color: #327874;
}
</style>
background-color css
<style>
a { background-color: #327874; }
a { background-color: rgb(50,120,116); }
div.DivClassName
{
background-color: #327874;
}
.BgClassName
{
background-color: #327874;
}
</style>
border-color css
<style>
span { border-color: #327874; }
span { border-color: rgb(50,120,116); }
td.TdClassName
{
border-color: #327874;
}
.TagClassName
{
border-color: #327874;
}
</style>