Shades of Verdun Green #3F4504
Tints of Verdun Green #3F4504
RGB
CMYK
RGB Variations
Color information
#3F4504 (or 0x3F4504) is known color: Verdun Green. HEX triplet: 3F, 45 and 04. RGB value is (63,69,4). Sum of RGB (Red+Green+Blue) = 63+69+4=136 (18% of max value = 765). Red value is 63 (25% from 255 or 46.32% from 136); Green value is 69 (27.34% from 255 or 50.74% from 136); Blue value is 4 (1.95% from 255 or 2.94% from 136); Max value from RGB is 69 - color contains mainly: green. Hex color #3F4504 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4504 is #C0BAFB. Grayscale: #3C3C3C. Windows color (decimal): -12630780 or 279871. OLE color: 279871.
HSL color Cylindrical-coordinate representation of color #3F4504: hue angle of 65.54º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F4504 is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 63 | 69 | 4 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.73 |
| HSL | 65.54º | 0.89% | 0.14% | - |
| HSV(B) | 65.54º | 0.94% | 0.27% | - |
| XYZ | 4.2 | 5.32 | 0.92 | - |
| YUV | 59.8 | 96.51 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 69 | 4 | 0.09 | 0 | 0.94 | 0.73 | 65.54 | 0.89 | 0.14 |
| Hex | 3F | 45 | 4 | 9 | 0 | 5E | 49 | 42 | 59 | E |
| Octal | 77 | 105 | 4 | 11 | 0 | 136 | 111 | 102 | 131 | 16 |
| Binary | 111111 | 1000101 | 100 | 1001 | 0 | 1011110 | 1001001 | 1000010 | 1011001 | 1110 |
Color Harmonies of #3F4504
Complementary color
Monochromatic Colors of #3F4504
Black with #3F4504
Text Example
Text Example
White with #3F4504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4504; }
p { color: rgb(63,69,4); }
H1.HeaderClassName
{
color: #3F4504;
}
.AnyTagClassName
{
color: #3F4504;
}
</style>
background-color css
<style>
a { background-color: #3F4504; }
a { background-color: rgb(63,69,4); }
div.DivClassName
{
background-color: #3F4504;
}
.BgClassName
{
background-color: #3F4504;
}
</style>
border-color css
<style>
span { border-color: #3F4504; }
span { border-color: rgb(63,69,4); }
td.TdClassName
{
border-color: #3F4504;
}
.TagClassName
{
border-color: #3F4504;
}
</style>