Shades of Elm #37837D
Tints of Elm #37837D
RGB
CMYK
RGB Variations
Color information
#37837D (or 0x37837D) is known color: Elm. HEX triplet: 37, 83 and 7D. RGB value is (55,131,125). Sum of RGB (Red+Green+Blue) = 55+131+125=311 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.68% from 311); Green value is 131 (51.56% from 255 or 42.12% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 131 - color contains mainly: green. Hex color #37837D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37837D is #C87C82. Grayscale: #6B6B6B. Windows color (decimal): -13139075 or 8225591. OLE color: 8225591.
HSL color Cylindrical-coordinate representation of color #37837D: hue angle of 175.26º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #37837D is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 55 | 131 | 125 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.49 |
| HSL | 175.26º | 0.41% | 0.36% | - |
| HSV(B) | 175.26º | 0.58% | 0.51% | - |
| XYZ | 13.39 | 18.53 | 22.27 | - |
| YUV | 107.59 | 137.82 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 131 | 125 | 0.58 | 0 | 0.05 | 0.49 | 175.26 | 0.41 | 0.36 |
| Hex | 37 | 83 | 7D | 3A | 0 | 5 | 31 | AF | 29 | 24 |
| Octal | 67 | 203 | 175 | 72 | 0 | 5 | 61 | 257 | 51 | 44 |
| Binary | 110111 | 10000011 | 1111101 | 111010 | 0 | 101 | 110001 | 10101111 | 101001 | 100100 |
Color Harmonies of #37837D
Complementary color
Monochromatic Colors of #37837D
Black with #37837D
Text Example
Text Example
White with #37837D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37837D; }
p { color: rgb(55,131,125); }
H1.HeaderClassName
{
color: #37837D;
}
.AnyTagClassName
{
color: #37837D;
}
</style>
background-color css
<style>
a { background-color: #37837D; }
a { background-color: rgb(55,131,125); }
div.DivClassName
{
background-color: #37837D;
}
.BgClassName
{
background-color: #37837D;
}
</style>
border-color css
<style>
span { border-color: #37837D; }
span { border-color: rgb(55,131,125); }
td.TdClassName
{
border-color: #37837D;
}
.TagClassName
{
border-color: #37837D;
}
</style>