Shades of Verdun Green #3F4801
Tints of Verdun Green #3F4801
RGB
CMYK
RGB Variations
Color information
#3F4801 (or 0x3F4801) is known color: Verdun Green. HEX triplet: 3F, 48 and 01. RGB value is (63,72,1). Sum of RGB (Red+Green+Blue) = 63+72+1=136 (18% of max value = 765). Red value is 63 (25% from 255 or 46.32% from 136); Green value is 72 (28.52% from 255 or 52.94% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 72 - color contains mainly: green. Hex color #3F4801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4801 is #C0B7FE. Grayscale: #3D3D3D. Windows color (decimal): -12630015 or 84031. OLE color: 84031.
HSL color Cylindrical-coordinate representation of color #3F4801: hue angle of 67.61º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F4801 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 72 | 1 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.72 |
| HSL | 67.61º | 0.97% | 0.14% | - |
| HSV(B) | 67.61º | 0.99% | 0.28% | - |
| XYZ | 4.37 | 5.69 | 0.9 | - |
| YUV | 61.22 | 94.02 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 72 | 1 | 0.12 | 0 | 0.99 | 0.72 | 67.61 | 0.97 | 0.14 |
| Hex | 3F | 48 | 1 | C | 0 | 63 | 48 | 44 | 61 | E |
| Octal | 77 | 110 | 1 | 14 | 0 | 143 | 110 | 104 | 141 | 16 |
| Binary | 111111 | 1001000 | 1 | 1100 | 0 | 1100011 | 1001000 | 1000100 | 1100001 | 1110 |
Color Harmonies of #3F4801
Complementary color
Monochromatic Colors of #3F4801
Black with #3F4801
Text Example
Text Example
White with #3F4801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4801; }
p { color: rgb(63,72,1); }
H1.HeaderClassName
{
color: #3F4801;
}
.AnyTagClassName
{
color: #3F4801;
}
</style>
background-color css
<style>
a { background-color: #3F4801; }
a { background-color: rgb(63,72,1); }
div.DivClassName
{
background-color: #3F4801;
}
.BgClassName
{
background-color: #3F4801;
}
</style>
border-color css
<style>
span { border-color: #3F4801; }
span { border-color: rgb(63,72,1); }
td.TdClassName
{
border-color: #3F4801;
}
.TagClassName
{
border-color: #3F4801;
}
</style>