Shades of Elm #37857B
Tints of Elm #37857B
RGB
CMYK
RGB Variations
Color information
#37857B (or 0x37857B) is known color: Elm. HEX triplet: 37, 85 and 7B. RGB value is (55,133,123). Sum of RGB (Red+Green+Blue) = 55+133+123=311 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.68% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 123 (48.44% from 255 or 39.55% from 311); Max value from RGB is 133 - color contains mainly: green. Hex color #37857B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37857B is #C87A84. Grayscale: #6C6C6C. Windows color (decimal): -13138565 or 8095031. OLE color: 8095031.
HSL color Cylindrical-coordinate representation of color #37857B: hue angle of 172.31º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #37857B is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 55 | 133 | 123 | - |
| CMYK | 0.59 | 0 | 0.08 | 0.48 |
| HSL | 172.31º | 0.41% | 0.37% | - |
| HSV(B) | 172.31º | 0.59% | 0.52% | - |
| XYZ | 13.54 | 19.02 | 21.7 | - |
| YUV | 108.54 | 136.16 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 133 | 123 | 0.59 | 0 | 0.08 | 0.48 | 172.31 | 0.41 | 0.37 |
| Hex | 37 | 85 | 7B | 3B | 0 | 8 | 30 | AC | 29 | 25 |
| Octal | 67 | 205 | 173 | 73 | 0 | 10 | 60 | 254 | 51 | 45 |
| Binary | 110111 | 10000101 | 1111011 | 111011 | 0 | 1000 | 110000 | 10101100 | 101001 | 100101 |
Color Harmonies of #37857B
Complementary color
Monochromatic Colors of #37857B
Black with #37857B
Text Example
Text Example
White with #37857B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37857B; }
p { color: rgb(55,133,123); }
H1.HeaderClassName
{
color: #37857B;
}
.AnyTagClassName
{
color: #37857B;
}
</style>
background-color css
<style>
a { background-color: #37857B; }
a { background-color: rgb(55,133,123); }
div.DivClassName
{
background-color: #37857B;
}
.BgClassName
{
background-color: #37857B;
}
</style>
border-color css
<style>
span { border-color: #37857B; }
span { border-color: rgb(55,133,123); }
td.TdClassName
{
border-color: #37857B;
}
.TagClassName
{
border-color: #37857B;
}
</style>