Shades of Verdun Green #3F4302
Tints of Verdun Green #3F4302
RGB
CMYK
RGB Variations
Color information
#3F4302 (or 0x3F4302) is known color: Verdun Green. HEX triplet: 3F, 43 and 02. RGB value is (63,67,2). Sum of RGB (Red+Green+Blue) = 63+67+2=132 (17% of max value = 765). Red value is 63 (25% from 255 or 47.73% from 132); Green value is 67 (26.56% from 255 or 50.76% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 67 - color contains mainly: green. Hex color #3F4302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4302 is #C0BCFD. Grayscale: #3A3A3A. Windows color (decimal): -12631294 or 148287. OLE color: 148287.
HSL color Cylindrical-coordinate representation of color #3F4302: hue angle of 63.69º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F4302 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 63 | 67 | 2 | - |
| CMYK | 0.06 | 0 | 0.97 | 0.74 |
| HSL | 63.69º | 0.94% | 0.14% | - |
| HSV(B) | 63.69º | 0.97% | 0.26% | - |
| XYZ | 4.07 | 5.08 | 0.82 | - |
| YUV | 58.39 | 96.17 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 67 | 2 | 0.06 | 0 | 0.97 | 0.74 | 63.69 | 0.94 | 0.14 |
| Hex | 3F | 43 | 2 | 6 | 0 | 61 | 4A | 40 | 5E | E |
| Octal | 77 | 103 | 2 | 6 | 0 | 141 | 112 | 100 | 136 | 16 |
| Binary | 111111 | 1000011 | 10 | 110 | 0 | 1100001 | 1001010 | 1000000 | 1011110 | 1110 |
Color Harmonies of #3F4302
Complementary color
Monochromatic Colors of #3F4302
Black with #3F4302
Text Example
Text Example
White with #3F4302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4302; }
p { color: rgb(63,67,2); }
H1.HeaderClassName
{
color: #3F4302;
}
.AnyTagClassName
{
color: #3F4302;
}
</style>
background-color css
<style>
a { background-color: #3F4302; }
a { background-color: rgb(63,67,2); }
div.DivClassName
{
background-color: #3F4302;
}
.BgClassName
{
background-color: #3F4302;
}
</style>
border-color css
<style>
span { border-color: #3F4302; }
span { border-color: rgb(63,67,2); }
td.TdClassName
{
border-color: #3F4302;
}
.TagClassName
{
border-color: #3F4302;
}
</style>