Shades of Elm #37877B
Tints of Elm #37877B
RGB
CMYK
RGB Variations
Color information
#37877B (or 0x37877B) is known color: Elm. HEX triplet: 37, 87 and 7B. RGB value is (55,135,123). Sum of RGB (Red+Green+Blue) = 55+135+123=313 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.57% from 313); Green value is 135 (53.12% from 255 or 43.13% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 135 - color contains mainly: green. Hex color #37877B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37877B is #C87884. Grayscale: #6D6D6D. Windows color (decimal): -13138053 or 8095543. OLE color: 8095543.
HSL color Cylindrical-coordinate representation of color #37877B: hue angle of 171º 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 #37877B is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 135 | 123 | - |
| CMYK | 0.59 | 0 | 0.09 | 0.47 |
| HSL | 171º | 0.42% | 0.37% | - |
| HSV(B) | 171º | 0.59% | 0.53% | - |
| XYZ | 13.81 | 19.57 | 21.79 | - |
| YUV | 109.71 | 135.5 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 135 | 123 | 0.59 | 0 | 0.09 | 0.47 | 171 | 0.42 | 0.37 |
| Hex | 37 | 87 | 7B | 3B | 0 | 9 | 2F | AB | 2A | 25 |
| Octal | 67 | 207 | 173 | 73 | 0 | 11 | 57 | 253 | 52 | 45 |
| Binary | 110111 | 10000111 | 1111011 | 111011 | 0 | 1001 | 101111 | 10101011 | 101010 | 100101 |
Color Harmonies of #37877B
Complementary color
Monochromatic Colors of #37877B
Black with #37877B
Text Example
Text Example
White with #37877B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37877B; }
p { color: rgb(55,135,123); }
H1.HeaderClassName
{
color: #37877B;
}
.AnyTagClassName
{
color: #37877B;
}
</style>
background-color css
<style>
a { background-color: #37877B; }
a { background-color: rgb(55,135,123); }
div.DivClassName
{
background-color: #37877B;
}
.BgClassName
{
background-color: #37877B;
}
</style>
border-color css
<style>
span { border-color: #37877B; }
span { border-color: rgb(55,135,123); }
td.TdClassName
{
border-color: #37877B;
}
.TagClassName
{
border-color: #37877B;
}
</style>