Shades of Verdun Green #3F460D
Tints of Verdun Green #3F460D
RGB
CMYK
RGB Variations
Color information
#3F460D (or 0x3F460D) is known color: Verdun Green. HEX triplet: 3F, 46 and 0D. RGB value is (63,70,13). Sum of RGB (Red+Green+Blue) = 63+70+13=146 (19% of max value = 765). Red value is 63 (25% from 255 or 43.15% from 146); Green value is 70 (27.73% from 255 or 47.95% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 70 - color contains mainly: green. Hex color #3F460D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F460D is #C0B9F2. Grayscale: #3D3D3D. Windows color (decimal): -12630515 or 869951. OLE color: 869951.
HSL color Cylindrical-coordinate representation of color #3F460D: hue angle of 67.37º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F460D is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 63 | 70 | 13 | - |
| CMYK | 0.10 | 0 | 0.81 | 0.73 |
| HSL | 67.37º | 0.69% | 0.16% | - |
| HSV(B) | 67.37º | 0.81% | 0.27% | - |
| XYZ | 4.31 | 5.47 | 1.21 | - |
| YUV | 61.41 | 100.68 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 70 | 13 | 0.10 | 0 | 0.81 | 0.73 | 67.37 | 0.69 | 0.16 |
| Hex | 3F | 46 | D | A | 0 | 51 | 49 | 43 | 45 | 10 |
| Octal | 77 | 106 | 15 | 12 | 0 | 121 | 111 | 103 | 105 | 20 |
| Binary | 111111 | 1000110 | 1101 | 1010 | 0 | 1010001 | 1001001 | 1000011 | 1000101 | 10000 |
Color Harmonies of #3F460D
Complementary color
Monochromatic Colors of #3F460D
Black with #3F460D
Text Example
Text Example
White with #3F460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F460D; }
p { color: rgb(63,70,13); }
H1.HeaderClassName
{
color: #3F460D;
}
.AnyTagClassName
{
color: #3F460D;
}
</style>
background-color css
<style>
a { background-color: #3F460D; }
a { background-color: rgb(63,70,13); }
div.DivClassName
{
background-color: #3F460D;
}
.BgClassName
{
background-color: #3F460D;
}
</style>
border-color css
<style>
span { border-color: #3F460D; }
span { border-color: rgb(63,70,13); }
td.TdClassName
{
border-color: #3F460D;
}
.TagClassName
{
border-color: #3F460D;
}
</style>