Shades of Verdun Green #3F4501
Tints of Verdun Green #3F4501
RGB
CMYK
RGB Variations
Color information
#3F4501 (or 0x3F4501) is known color: Verdun Green. HEX triplet: 3F, 45 and 01. RGB value is (63,69,1). Sum of RGB (Red+Green+Blue) = 63+69+1=133 (17% of max value = 765). Red value is 63 (25% from 255 or 47.37% from 133); Green value is 69 (27.34% from 255 or 51.88% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 69 - color contains mainly: green. Hex color #3F4501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4501 is #C0BAFE. Grayscale: #3B3B3B. Windows color (decimal): -12630783 or 83263. OLE color: 83263.
HSL color Cylindrical-coordinate representation of color #3F4501: hue angle of 65.29º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F4501 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 63 | 69 | 1 | - |
| CMYK | 0.09 | 0 | 0.99 | 0.73 |
| HSL | 65.29º | 0.97% | 0.14% | - |
| HSV(B) | 65.29º | 0.99% | 0.27% | - |
| XYZ | 4.18 | 5.32 | 0.83 | - |
| YUV | 59.45 | 95.01 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 69 | 1 | 0.09 | 0 | 0.99 | 0.73 | 65.29 | 0.97 | 0.14 |
| Hex | 3F | 45 | 1 | 9 | 0 | 63 | 49 | 41 | 61 | E |
| Octal | 77 | 105 | 1 | 11 | 0 | 143 | 111 | 101 | 141 | 16 |
| Binary | 111111 | 1000101 | 1 | 1001 | 0 | 1100011 | 1001001 | 1000001 | 1100001 | 1110 |
Color Harmonies of #3F4501
Complementary color
Monochromatic Colors of #3F4501
Black with #3F4501
Text Example
Text Example
White with #3F4501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4501; }
p { color: rgb(63,69,1); }
H1.HeaderClassName
{
color: #3F4501;
}
.AnyTagClassName
{
color: #3F4501;
}
</style>
background-color css
<style>
a { background-color: #3F4501; }
a { background-color: rgb(63,69,1); }
div.DivClassName
{
background-color: #3F4501;
}
.BgClassName
{
background-color: #3F4501;
}
</style>
border-color css
<style>
span { border-color: #3F4501; }
span { border-color: rgb(63,69,1); }
td.TdClassName
{
border-color: #3F4501;
}
.TagClassName
{
border-color: #3F4501;
}
</style>