Shades of Verdun Green #3E5703
Tints of Verdun Green #3E5703
RGB
CMYK
RGB Variations
Color information
#3E5703 (or 0x3E5703) is known color: Verdun Green. HEX triplet: 3E, 57 and 03. RGB value is (62,87,3). Sum of RGB (Red+Green+Blue) = 62+87+3=152 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.79% from 152); Green value is 87 (34.38% from 255 or 57.24% from 152); Blue value is 3 (1.56% from 255 or 1.97% from 152); Max value from RGB is 87 - color contains mainly: green. Hex color #3E5703 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E5703 is #C1A8FC. Grayscale: #464646. Windows color (decimal): -12691709 or 218942. OLE color: 218942.
HSL color Cylindrical-coordinate representation of color #3E5703: hue angle of 77.86º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E5703 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 62 | 87 | 3 | - |
| CMYK | 0.29 | 0 | 0.97 | 0.66 |
| HSL | 77.86º | 0.93% | 0.18% | - |
| HSV(B) | 77.86º | 0.97% | 0.34% | - |
| XYZ | 5.41 | 7.85 | 1.32 | - |
| YUV | 69.95 | 90.22 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 87 | 3 | 0.29 | 0 | 0.97 | 0.66 | 77.86 | 0.93 | 0.18 |
| Hex | 3E | 57 | 3 | 1D | 0 | 61 | 42 | 4E | 5D | 12 |
| Octal | 76 | 127 | 3 | 35 | 0 | 141 | 102 | 116 | 135 | 22 |
| Binary | 111110 | 1010111 | 11 | 11101 | 0 | 1100001 | 1000010 | 1001110 | 1011101 | 10010 |
Color Harmonies of #3E5703
Complementary color
Monochromatic Colors of #3E5703
Black with #3E5703
Text Example
Text Example
White with #3E5703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5703; }
p { color: rgb(62,87,3); }
H1.HeaderClassName
{
color: #3E5703;
}
.AnyTagClassName
{
color: #3E5703;
}
</style>
background-color css
<style>
a { background-color: #3E5703; }
a { background-color: rgb(62,87,3); }
div.DivClassName
{
background-color: #3E5703;
}
.BgClassName
{
background-color: #3E5703;
}
</style>
border-color css
<style>
span { border-color: #3E5703; }
span { border-color: rgb(62,87,3); }
td.TdClassName
{
border-color: #3E5703;
}
.TagClassName
{
border-color: #3E5703;
}
</style>