Shades of Verdun Green #376702
Tints of Verdun Green #376702
RGB
CMYK
RGB Variations
Color information
#376702 (or 0x376702) is known color: Verdun Green. HEX triplet: 37, 67 and 02. RGB value is (55,103,2). Sum of RGB (Red+Green+Blue) = 55+103+2=160 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.38% from 160); Green value is 103 (40.62% from 255 or 64.38% from 160); Blue value is 2 (1.17% from 255 or 1.25% from 160); Max value from RGB is 103 - color contains mainly: green. Hex color #376702 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376702 is #C898FD. Grayscale: #4D4D4D. Windows color (decimal): -13146366 or 157495. OLE color: 157495.
HSL color Cylindrical-coordinate representation of color #376702: hue angle of 88.51º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #376702 is Cyan = 0.47, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 55 | 103 | 2 | - |
| CMYK | 0.47 | 0 | 0.98 | 0.60 |
| HSL | 88.51º | 0.96% | 0.21% | - |
| HSV(B) | 88.51º | 0.98% | 0.4% | - |
| XYZ | 6.44 | 10.52 | 1.75 | - |
| YUV | 77.13 | 85.6 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 103 | 2 | 0.47 | 0 | 0.98 | 0.60 | 88.51 | 0.96 | 0.21 |
| Hex | 37 | 67 | 2 | 2F | 0 | 62 | 3C | 59 | 60 | 15 |
| Octal | 67 | 147 | 2 | 57 | 0 | 142 | 74 | 131 | 140 | 25 |
| Binary | 110111 | 1100111 | 10 | 101111 | 0 | 1100010 | 111100 | 1011001 | 1100000 | 10101 |
Color Harmonies of #376702
Complementary color
Monochromatic Colors of #376702
Black with #376702
Text Example
Text Example
White with #376702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376702; }
p { color: rgb(55,103,2); }
H1.HeaderClassName
{
color: #376702;
}
.AnyTagClassName
{
color: #376702;
}
</style>
background-color css
<style>
a { background-color: #376702; }
a { background-color: rgb(55,103,2); }
div.DivClassName
{
background-color: #376702;
}
.BgClassName
{
background-color: #376702;
}
</style>
border-color css
<style>
span { border-color: #376702; }
span { border-color: rgb(55,103,2); }
td.TdClassName
{
border-color: #376702;
}
.TagClassName
{
border-color: #376702;
}
</style>