Shades of Verdun Green #37610D
Tints of Verdun Green #37610D
RGB
CMYK
RGB Variations
Color information
#37610D (or 0x37610D) is known color: Verdun Green. HEX triplet: 37, 61 and 0D. RGB value is (55,97,13). Sum of RGB (Red+Green+Blue) = 55+97+13=165 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.33% from 165); Green value is 97 (38.28% from 255 or 58.79% from 165); Blue value is 13 (5.47% from 255 or 7.88% from 165); Max value from RGB is 97 - color contains mainly: green. Hex color #37610D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37610D is #C89EF2. Grayscale: #4B4B4B. Windows color (decimal): -13147891 or 876855. OLE color: 876855.
HSL color Cylindrical-coordinate representation of color #37610D: hue angle of 90º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #37610D is Cyan = 0.43, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 55 | 97 | 13 | - |
| CMYK | 0.43 | 0 | 0.87 | 0.62 |
| HSL | 90º | 0.76% | 0.22% | - |
| HSV(B) | 90º | 0.87% | 0.38% | - |
| XYZ | 5.92 | 9.39 | 1.88 | - |
| YUV | 74.87 | 93.09 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 97 | 13 | 0.43 | 0 | 0.87 | 0.62 | 90 | 0.76 | 0.22 |
| Hex | 37 | 61 | D | 2B | 0 | 57 | 3E | 5A | 4C | 16 |
| Octal | 67 | 141 | 15 | 53 | 0 | 127 | 76 | 132 | 114 | 26 |
| Binary | 110111 | 1100001 | 1101 | 101011 | 0 | 1010111 | 111110 | 1011010 | 1001100 | 10110 |
Color Harmonies of #37610D
Complementary color
Monochromatic Colors of #37610D
Black with #37610D
Text Example
Text Example
White with #37610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37610D; }
p { color: rgb(55,97,13); }
H1.HeaderClassName
{
color: #37610D;
}
.AnyTagClassName
{
color: #37610D;
}
</style>
background-color css
<style>
a { background-color: #37610D; }
a { background-color: rgb(55,97,13); }
div.DivClassName
{
background-color: #37610D;
}
.BgClassName
{
background-color: #37610D;
}
</style>
border-color css
<style>
span { border-color: #37610D; }
span { border-color: rgb(55,97,13); }
td.TdClassName
{
border-color: #37610D;
}
.TagClassName
{
border-color: #37610D;
}
</style>