Shades of Verdun Green #376505
Tints of Verdun Green #376505
RGB
CMYK
RGB Variations
Color information
#376505 (or 0x376505) is known color: Verdun Green. HEX triplet: 37, 65 and 05. RGB value is (55,101,5). Sum of RGB (Red+Green+Blue) = 55+101+5=161 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.16% from 161); Green value is 101 (39.84% from 255 or 62.73% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 101 - color contains mainly: green. Hex color #376505 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376505 is #C89AFA. Grayscale: #4C4C4C. Windows color (decimal): -13146875 or 353591. OLE color: 353591.
HSL color Cylindrical-coordinate representation of color #376505: hue angle of 88.75º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #376505 is Cyan = 0.46, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 55 | 101 | 5 | - |
| CMYK | 0.46 | 0 | 0.95 | 0.60 |
| HSL | 88.75º | 0.91% | 0.21% | - |
| HSV(B) | 88.75º | 0.95% | 0.4% | - |
| XYZ | 6.26 | 10.13 | 1.77 | - |
| YUV | 76.3 | 87.76 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 101 | 5 | 0.46 | 0 | 0.95 | 0.60 | 88.75 | 0.91 | 0.21 |
| Hex | 37 | 65 | 5 | 2E | 0 | 5F | 3C | 59 | 5B | 15 |
| Octal | 67 | 145 | 5 | 56 | 0 | 137 | 74 | 131 | 133 | 25 |
| Binary | 110111 | 1100101 | 101 | 101110 | 0 | 1011111 | 111100 | 1011001 | 1011011 | 10101 |
Color Harmonies of #376505
Complementary color
Monochromatic Colors of #376505
Black with #376505
Text Example
Text Example
White with #376505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376505; }
p { color: rgb(55,101,5); }
H1.HeaderClassName
{
color: #376505;
}
.AnyTagClassName
{
color: #376505;
}
</style>
background-color css
<style>
a { background-color: #376505; }
a { background-color: rgb(55,101,5); }
div.DivClassName
{
background-color: #376505;
}
.BgClassName
{
background-color: #376505;
}
</style>
border-color css
<style>
span { border-color: #376505; }
span { border-color: rgb(55,101,5); }
td.TdClassName
{
border-color: #376505;
}
.TagClassName
{
border-color: #376505;
}
</style>