Shades of Verdun Green #3F460A
Tints of Verdun Green #3F460A
RGB
CMYK
RGB Variations
Color information
#3F460A (or 0x3F460A) is known color: Verdun Green. HEX triplet: 3F, 46 and 0A. RGB value is (63,70,10). Sum of RGB (Red+Green+Blue) = 63+70+10=143 (18% of max value = 765). Red value is 63 (25% from 255 or 44.06% from 143); Green value is 70 (27.73% from 255 or 48.95% from 143); Blue value is 10 (4.30% from 255 or 6.99% from 143); Max value from RGB is 70 - color contains mainly: green. Hex color #3F460A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F460A is #C0B9F5. Grayscale: #3D3D3D. Windows color (decimal): -12630518 or 673343. OLE color: 673343.
HSL color Cylindrical-coordinate representation of color #3F460A: hue angle of 67º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F460A is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 63 | 70 | 10 | - |
| CMYK | 0.10 | 0 | 0.86 | 0.73 |
| HSL | 67º | 0.75% | 0.16% | - |
| HSV(B) | 67º | 0.86% | 0.27% | - |
| XYZ | 4.29 | 5.46 | 1.11 | - |
| YUV | 61.07 | 99.18 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 70 | 10 | 0.10 | 0 | 0.86 | 0.73 | 67 | 0.75 | 0.16 |
| Hex | 3F | 46 | A | A | 0 | 56 | 49 | 43 | 4B | 10 |
| Octal | 77 | 106 | 12 | 12 | 0 | 126 | 111 | 103 | 113 | 20 |
| Binary | 111111 | 1000110 | 1010 | 1010 | 0 | 1010110 | 1001001 | 1000011 | 1001011 | 10000 |
Color Harmonies of #3F460A
Complementary color
Monochromatic Colors of #3F460A
Black with #3F460A
Text Example
Text Example
White with #3F460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F460A; }
p { color: rgb(63,70,10); }
H1.HeaderClassName
{
color: #3F460A;
}
.AnyTagClassName
{
color: #3F460A;
}
</style>
background-color css
<style>
a { background-color: #3F460A; }
a { background-color: rgb(63,70,10); }
div.DivClassName
{
background-color: #3F460A;
}
.BgClassName
{
background-color: #3F460A;
}
</style>
border-color css
<style>
span { border-color: #3F460A; }
span { border-color: rgb(63,70,10); }
td.TdClassName
{
border-color: #3F460A;
}
.TagClassName
{
border-color: #3F460A;
}
</style>