Shades of Verdun Green #37600F
Tints of Verdun Green #37600F
RGB
CMYK
RGB Variations
Color information
#37600F (or 0x37600F) is known color: Verdun Green. HEX triplet: 37, 60 and 0F. RGB value is (55,96,15). Sum of RGB (Red+Green+Blue) = 55+96+15=166 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.13% from 166); Green value is 96 (37.89% from 255 or 57.83% from 166); Blue value is 15 (6.25% from 255 or 9.04% from 166); Max value from RGB is 96 - color contains mainly: green. Hex color #37600F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37600F is #C89FF0. Grayscale: #4A4A4A. Windows color (decimal): -13148145 or 1007671. OLE color: 1007671.
HSL color Cylindrical-coordinate representation of color #37600F: hue angle of 90.37º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #37600F is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 55 | 96 | 15 | - |
| CMYK | 0.43 | 0 | 0.84 | 0.62 |
| HSL | 90.37º | 0.73% | 0.22% | - |
| HSV(B) | 90.37º | 0.84% | 0.38% | - |
| XYZ | 5.84 | 9.21 | 1.92 | - |
| YUV | 74.51 | 94.42 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 96 | 15 | 0.43 | 0 | 0.84 | 0.62 | 90.37 | 0.73 | 0.22 |
| Hex | 37 | 60 | F | 2B | 0 | 54 | 3E | 5A | 49 | 16 |
| Octal | 67 | 140 | 17 | 53 | 0 | 124 | 76 | 132 | 111 | 26 |
| Binary | 110111 | 1100000 | 1111 | 101011 | 0 | 1010100 | 111110 | 1011010 | 1001001 | 10110 |
Color Harmonies of #37600F
Complementary color
Monochromatic Colors of #37600F
Black with #37600F
Text Example
Text Example
White with #37600F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37600F; }
p { color: rgb(55,96,15); }
H1.HeaderClassName
{
color: #37600F;
}
.AnyTagClassName
{
color: #37600F;
}
</style>
background-color css
<style>
a { background-color: #37600F; }
a { background-color: rgb(55,96,15); }
div.DivClassName
{
background-color: #37600F;
}
.BgClassName
{
background-color: #37600F;
}
</style>
border-color css
<style>
span { border-color: #37600F; }
span { border-color: rgb(55,96,15); }
td.TdClassName
{
border-color: #37600F;
}
.TagClassName
{
border-color: #37600F;
}
</style>