Shades of Elm #337D76
Tints of Elm #337D76
RGB
CMYK
RGB Variations
Color information
#337D76 (or 0x337D76) is known color: Elm. HEX triplet: 33, 7D and 76. RGB value is (51,125,118). Sum of RGB (Red+Green+Blue) = 51+125+118=294 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.35% from 294); Green value is 125 (49.22% from 255 or 42.52% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 125 - color contains mainly: green. Hex color #337D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337D76 is #CC8289. Grayscale: #666666. Windows color (decimal): -13402762 or 7765299. OLE color: 7765299.
HSL color Cylindrical-coordinate representation of color #337D76: hue angle of 174.32º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #337D76 is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 125 | 118 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.51 |
| HSL | 174.32º | 0.42% | 0.35% | - |
| HSV(B) | 174.32º | 0.59% | 0.49% | - |
| XYZ | 11.97 | 16.68 | 19.73 | - |
| YUV | 102.08 | 136.98 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 125 | 118 | 0.59 | 0 | 0.06 | 0.51 | 174.32 | 0.42 | 0.35 |
| Hex | 33 | 7D | 76 | 3B | 0 | 6 | 33 | AE | 2A | 23 |
| Octal | 63 | 175 | 166 | 73 | 0 | 6 | 63 | 256 | 52 | 43 |
| Binary | 110011 | 1111101 | 1110110 | 111011 | 0 | 110 | 110011 | 10101110 | 101010 | 100011 |
Color Harmonies of #337D76
Complementary color
Monochromatic Colors of #337D76
Black with #337D76
Text Example
Text Example
White with #337D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337D76; }
p { color: rgb(51,125,118); }
H1.HeaderClassName
{
color: #337D76;
}
.AnyTagClassName
{
color: #337D76;
}
</style>
background-color css
<style>
a { background-color: #337D76; }
a { background-color: rgb(51,125,118); }
div.DivClassName
{
background-color: #337D76;
}
.BgClassName
{
background-color: #337D76;
}
</style>
border-color css
<style>
span { border-color: #337D76; }
span { border-color: rgb(51,125,118); }
td.TdClassName
{
border-color: #337D76;
}
.TagClassName
{
border-color: #337D76;
}
</style>