Shades of Verdun Green #3F4702
Tints of Verdun Green #3F4702
RGB
CMYK
RGB Variations
Color information
#3F4702 (or 0x3F4702) is known color: Verdun Green. HEX triplet: 3F, 47 and 02. RGB value is (63,71,2). Sum of RGB (Red+Green+Blue) = 63+71+2=136 (18% of max value = 765). Red value is 63 (25% from 255 or 46.32% from 136); Green value is 71 (28.12% from 255 or 52.21% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 71 - color contains mainly: green. Hex color #3F4702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4702 is #C0B8FD. Grayscale: #3D3D3D. Windows color (decimal): -12630270 or 149311. OLE color: 149311.
HSL color Cylindrical-coordinate representation of color #3F4702: hue angle of 66.96º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F4702 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 71 | 2 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.72 |
| HSL | 66.96º | 0.95% | 0.14% | - |
| HSV(B) | 66.96º | 0.97% | 0.28% | - |
| XYZ | 4.31 | 5.57 | 0.9 | - |
| YUV | 60.74 | 94.85 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 71 | 2 | 0.11 | 0 | 0.97 | 0.72 | 66.96 | 0.95 | 0.14 |
| Hex | 3F | 47 | 2 | B | 0 | 61 | 48 | 43 | 5F | E |
| Octal | 77 | 107 | 2 | 13 | 0 | 141 | 110 | 103 | 137 | 16 |
| Binary | 111111 | 1000111 | 10 | 1011 | 0 | 1100001 | 1001000 | 1000011 | 1011111 | 1110 |
Color Harmonies of #3F4702
Complementary color
Monochromatic Colors of #3F4702
Black with #3F4702
Text Example
Text Example
White with #3F4702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4702; }
p { color: rgb(63,71,2); }
H1.HeaderClassName
{
color: #3F4702;
}
.AnyTagClassName
{
color: #3F4702;
}
</style>
background-color css
<style>
a { background-color: #3F4702; }
a { background-color: rgb(63,71,2); }
div.DivClassName
{
background-color: #3F4702;
}
.BgClassName
{
background-color: #3F4702;
}
</style>
border-color css
<style>
span { border-color: #3F4702; }
span { border-color: rgb(63,71,2); }
td.TdClassName
{
border-color: #3F4702;
}
.TagClassName
{
border-color: #3F4702;
}
</style>