Shades of Verdun Green #37650D
Tints of Verdun Green #37650D
RGB
CMYK
RGB Variations
Color information
#37650D (or 0x37650D) is known color: Verdun Green. HEX triplet: 37, 65 and 0D. RGB value is (55,101,13). Sum of RGB (Red+Green+Blue) = 55+101+13=169 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.54% from 169); Green value is 101 (39.84% from 255 or 59.76% from 169); Blue value is 13 (5.47% from 255 or 7.69% from 169); Max value from RGB is 101 - color contains mainly: green. Hex color #37650D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37650D is #C89AF2. Grayscale: #4D4D4D. Windows color (decimal): -13146867 or 877879. OLE color: 877879.
HSL color Cylindrical-coordinate representation of color #37650D: hue angle of 91.36º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #37650D is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 55 | 101 | 13 | - |
| CMYK | 0.46 | 0 | 0.87 | 0.60 |
| HSL | 91.36º | 0.77% | 0.22% | - |
| HSV(B) | 91.36º | 0.87% | 0.4% | - |
| XYZ | 6.3 | 10.15 | 2.01 | - |
| YUV | 77.21 | 91.76 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 101 | 13 | 0.46 | 0 | 0.87 | 0.60 | 91.36 | 0.77 | 0.22 |
| Hex | 37 | 65 | D | 2E | 0 | 57 | 3C | 5B | 4D | 16 |
| Octal | 67 | 145 | 15 | 56 | 0 | 127 | 74 | 133 | 115 | 26 |
| Binary | 110111 | 1100101 | 1101 | 101110 | 0 | 1010111 | 111100 | 1011011 | 1001101 | 10110 |
Color Harmonies of #37650D
Complementary color
Monochromatic Colors of #37650D
Black with #37650D
Text Example
Text Example
White with #37650D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37650D; }
p { color: rgb(55,101,13); }
H1.HeaderClassName
{
color: #37650D;
}
.AnyTagClassName
{
color: #37650D;
}
</style>
background-color css
<style>
a { background-color: #37650D; }
a { background-color: rgb(55,101,13); }
div.DivClassName
{
background-color: #37650D;
}
.BgClassName
{
background-color: #37650D;
}
</style>
border-color css
<style>
span { border-color: #37650D; }
span { border-color: rgb(55,101,13); }
td.TdClassName
{
border-color: #37650D;
}
.TagClassName
{
border-color: #37650D;
}
</style>