Shades of Verdun Green #37610C
Tints of Verdun Green #37610C
RGB
CMYK
RGB Variations
Color information
#37610C (or 0x37610C) is known color: Verdun Green. HEX triplet: 37, 61 and 0C. RGB value is (55,97,12). Sum of RGB (Red+Green+Blue) = 55+97+12=164 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.54% from 164); Green value is 97 (38.28% from 255 or 59.15% from 164); Blue value is 12 (5.08% from 255 or 7.32% from 164); Max value from RGB is 97 - color contains mainly: green. Hex color #37610C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37610C is #C89EF3. Grayscale: #4B4B4B. Windows color (decimal): -13147892 or 811319. OLE color: 811319.
HSL color Cylindrical-coordinate representation of color #37610C: hue angle of 89.65º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #37610C is Cyan = 0.43, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 55 | 97 | 12 | - |
| CMYK | 0.43 | 0 | 0.88 | 0.62 |
| HSL | 89.65º | 0.78% | 0.21% | - |
| HSV(B) | 89.65º | 0.88% | 0.38% | - |
| XYZ | 5.92 | 9.39 | 1.85 | - |
| YUV | 74.75 | 92.59 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 97 | 12 | 0.43 | 0 | 0.88 | 0.62 | 89.65 | 0.78 | 0.21 |
| Hex | 37 | 61 | C | 2B | 0 | 58 | 3E | 5A | 4E | 15 |
| Octal | 67 | 141 | 14 | 53 | 0 | 130 | 76 | 132 | 116 | 25 |
| Binary | 110111 | 1100001 | 1100 | 101011 | 0 | 1011000 | 111110 | 1011010 | 1001110 | 10101 |
Color Harmonies of #37610C
Complementary color
Monochromatic Colors of #37610C
Black with #37610C
Text Example
Text Example
White with #37610C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37610C; }
p { color: rgb(55,97,12); }
H1.HeaderClassName
{
color: #37610C;
}
.AnyTagClassName
{
color: #37610C;
}
</style>
background-color css
<style>
a { background-color: #37610C; }
a { background-color: rgb(55,97,12); }
div.DivClassName
{
background-color: #37610C;
}
.BgClassName
{
background-color: #37610C;
}
</style>
border-color css
<style>
span { border-color: #37610C; }
span { border-color: rgb(55,97,12); }
td.TdClassName
{
border-color: #37610C;
}
.TagClassName
{
border-color: #37610C;
}
</style>