Shades of Verdun Green #3F4200
Tints of Verdun Green #3F4200
RGB
CMYK
RGB Variations
Color information
#3F4200 (or 0x3F4200) is known color: Verdun Green. HEX triplet: 3F, 42 and 00. RGB value is (63,66,0). Sum of RGB (Red+Green+Blue) = 63+66+0=129 (17% of max value = 765). Red value is 63 (25% from 255 or 48.84% from 129); Green value is 66 (26.17% from 255 or 51.16% from 129); Blue value is 0 (0.39% from 255 or 0% from 129); Max value from RGB is 66 - color contains mainly: green. Hex color #3F4200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4200 is #C0BDFF. Grayscale: #393939. Windows color (decimal): -12631552 or 16959. OLE color: 16959.
HSL color Cylindrical-coordinate representation of color #3F4200: hue angle of 62.73º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F4200 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 63 | 66 | 0 | - |
| CMYK | 0.05 | 0 | 1 | 0.74 |
| HSL | 62.73º | 1% | 0.13% | - |
| HSV(B) | 62.73º | 1% | 0.26% | - |
| XYZ | 4 | 4.95 | 0.75 | - |
| YUV | 57.58 | 95.51 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 66 | 0 | 0.05 | 0 | 1 | 0.74 | 62.73 | 1 | 0.13 |
| Hex | 3F | 42 | 0 | 5 | 0 | 64 | 4A | 3F | 64 | D |
| Octal | 77 | 102 | 0 | 5 | 0 | 144 | 112 | 77 | 144 | 15 |
| Binary | 111111 | 1000010 | 0 | 101 | 0 | 1100100 | 1001010 | 111111 | 1100100 | 1101 |
Color Harmonies of #3F4200
Complementary color
Monochromatic Colors of #3F4200
Black with #3F4200
Text Example
Text Example
White with #3F4200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4200; }
p { color: rgb(63,66,0); }
H1.HeaderClassName
{
color: #3F4200;
}
.AnyTagClassName
{
color: #3F4200;
}
</style>
background-color css
<style>
a { background-color: #3F4200; }
a { background-color: rgb(63,66,0); }
div.DivClassName
{
background-color: #3F4200;
}
.BgClassName
{
background-color: #3F4200;
}
</style>
border-color css
<style>
span { border-color: #3F4200; }
span { border-color: rgb(63,66,0); }
td.TdClassName
{
border-color: #3F4200;
}
.TagClassName
{
border-color: #3F4200;
}
</style>