Shades of Elm #37867D
Tints of Elm #37867D
RGB
CMYK
RGB Variations
Color information
#37867D (or 0x37867D) is known color: Elm. HEX triplet: 37, 86 and 7D. RGB value is (55,134,125). Sum of RGB (Red+Green+Blue) = 55+134+125=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 134 (52.73% from 255 or 42.68% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 134 - color contains mainly: green. Hex color #37867D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37867D is #C87982. Grayscale: #6D6D6D. Windows color (decimal): -13138307 or 8226359. OLE color: 8226359.
HSL color Cylindrical-coordinate representation of color #37867D: hue angle of 173.16º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #37867D is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 134 | 125 | - |
| CMYK | 0.59 | 0 | 0.07 | 0.47 |
| HSL | 173.16º | 0.42% | 0.37% | - |
| HSV(B) | 173.16º | 0.59% | 0.53% | - |
| XYZ | 13.8 | 19.34 | 22.41 | - |
| YUV | 109.35 | 136.83 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 134 | 125 | 0.59 | 0 | 0.07 | 0.47 | 173.16 | 0.42 | 0.37 |
| Hex | 37 | 86 | 7D | 3B | 0 | 7 | 2F | AD | 2A | 25 |
| Octal | 67 | 206 | 175 | 73 | 0 | 7 | 57 | 255 | 52 | 45 |
| Binary | 110111 | 10000110 | 1111101 | 111011 | 0 | 111 | 101111 | 10101101 | 101010 | 100101 |
Color Harmonies of #37867D
Complementary color
Monochromatic Colors of #37867D
Black with #37867D
Text Example
Text Example
White with #37867D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37867D; }
p { color: rgb(55,134,125); }
H1.HeaderClassName
{
color: #37867D;
}
.AnyTagClassName
{
color: #37867D;
}
</style>
background-color css
<style>
a { background-color: #37867D; }
a { background-color: rgb(55,134,125); }
div.DivClassName
{
background-color: #37867D;
}
.BgClassName
{
background-color: #37867D;
}
</style>
border-color css
<style>
span { border-color: #37867D; }
span { border-color: rgb(55,134,125); }
td.TdClassName
{
border-color: #37867D;
}
.TagClassName
{
border-color: #37867D;
}
</style>