Shades of Verdun Green #37620A
Tints of Verdun Green #37620A
RGB
CMYK
RGB Variations
Color information
#37620A (or 0x37620A) is known color: Verdun Green. HEX triplet: 37, 62 and 0A. RGB value is (55,98,10). Sum of RGB (Red+Green+Blue) = 55+98+10=163 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.74% from 163); Green value is 98 (38.67% from 255 or 60.12% from 163); Blue value is 10 (4.30% from 255 or 6.13% from 163); Max value from RGB is 98 - color contains mainly: green. Hex color #37620A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37620A is #C89DF5. Grayscale: #4B4B4B. Windows color (decimal): -13147638 or 680503. OLE color: 680503.
HSL color Cylindrical-coordinate representation of color #37620A: hue angle of 89.32º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #37620A is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 55 | 98 | 10 | - |
| CMYK | 0.44 | 0 | 0.90 | 0.62 |
| HSL | 89.32º | 0.81% | 0.21% | - |
| HSV(B) | 89.32º | 0.9% | 0.38% | - |
| XYZ | 6 | 9.57 | 1.82 | - |
| YUV | 75.11 | 91.25 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 98 | 10 | 0.44 | 0 | 0.90 | 0.62 | 89.32 | 0.81 | 0.21 |
| Hex | 37 | 62 | A | 2C | 0 | 5A | 3E | 59 | 51 | 15 |
| Octal | 67 | 142 | 12 | 54 | 0 | 132 | 76 | 131 | 121 | 25 |
| Binary | 110111 | 1100010 | 1010 | 101100 | 0 | 1011010 | 111110 | 1011001 | 1010001 | 10101 |
Color Harmonies of #37620A
Complementary color
Monochromatic Colors of #37620A
Black with #37620A
Text Example
Text Example
White with #37620A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37620A; }
p { color: rgb(55,98,10); }
H1.HeaderClassName
{
color: #37620A;
}
.AnyTagClassName
{
color: #37620A;
}
</style>
background-color css
<style>
a { background-color: #37620A; }
a { background-color: rgb(55,98,10); }
div.DivClassName
{
background-color: #37620A;
}
.BgClassName
{
background-color: #37620A;
}
</style>
border-color css
<style>
span { border-color: #37620A; }
span { border-color: rgb(55,98,10); }
td.TdClassName
{
border-color: #37620A;
}
.TagClassName
{
border-color: #37620A;
}
</style>