Shades of Verdun Green #3F630E
Tints of Verdun Green #3F630E
RGB
CMYK
RGB Variations
Color information
#3F630E (or 0x3F630E) is known color: Verdun Green. HEX triplet: 3F, 63 and 0E. RGB value is (63,99,14). Sum of RGB (Red+Green+Blue) = 63+99+14=176 (23% of max value = 765). Red value is 63 (25% from 255 or 35.80% from 176); Green value is 99 (39.06% from 255 or 56.25% from 176); Blue value is 14 (5.86% from 255 or 7.95% from 176); Max value from RGB is 99 - color contains mainly: green. Hex color #3F630E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F630E is #C09CF1. Grayscale: #4E4E4E. Windows color (decimal): -12623090 or 942911. OLE color: 942911.
HSL color Cylindrical-coordinate representation of color #3F630E: hue angle of 85.41º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F630E is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 63 | 99 | 14 | - |
| CMYK | 0.36 | 0 | 0.86 | 0.61 |
| HSL | 85.41º | 0.75% | 0.22% | - |
| HSV(B) | 85.41º | 0.86% | 0.39% | - |
| XYZ | 6.59 | 10.01 | 2 | - |
| YUV | 78.55 | 91.57 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 99 | 14 | 0.36 | 0 | 0.86 | 0.61 | 85.41 | 0.75 | 0.22 |
| Hex | 3F | 63 | E | 24 | 0 | 56 | 3D | 55 | 4B | 16 |
| Octal | 77 | 143 | 16 | 44 | 0 | 126 | 75 | 125 | 113 | 26 |
| Binary | 111111 | 1100011 | 1110 | 100100 | 0 | 1010110 | 111101 | 1010101 | 1001011 | 10110 |
Color Harmonies of #3F630E
Complementary color
Monochromatic Colors of #3F630E
Black with #3F630E
Text Example
Text Example
White with #3F630E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F630E; }
p { color: rgb(63,99,14); }
H1.HeaderClassName
{
color: #3F630E;
}
.AnyTagClassName
{
color: #3F630E;
}
</style>
background-color css
<style>
a { background-color: #3F630E; }
a { background-color: rgb(63,99,14); }
div.DivClassName
{
background-color: #3F630E;
}
.BgClassName
{
background-color: #3F630E;
}
</style>
border-color css
<style>
span { border-color: #3F630E; }
span { border-color: rgb(63,99,14); }
td.TdClassName
{
border-color: #3F630E;
}
.TagClassName
{
border-color: #3F630E;
}
</style>