Shades of Verdun Green #3F620F
Tints of Verdun Green #3F620F
RGB
CMYK
RGB Variations
Color information
#3F620F (or 0x3F620F) is known color: Verdun Green. HEX triplet: 3F, 62 and 0F. RGB value is (63,98,15). Sum of RGB (Red+Green+Blue) = 63+98+15=176 (23% of max value = 765). Red value is 63 (25% from 255 or 35.80% from 176); Green value is 98 (38.67% from 255 or 55.68% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 98 - color contains mainly: green. Hex color #3F620F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F620F is #C09DF0. Grayscale: #4E4E4E. Windows color (decimal): -12623345 or 1008191. OLE color: 1008191.
HSL color Cylindrical-coordinate representation of color #3F620F: hue angle of 85.3º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3F620F is Cyan = 0.36, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 98 | 15 | - |
| CMYK | 0.36 | 0 | 0.85 | 0.62 |
| HSL | 85.3º | 0.73% | 0.22% | - |
| HSV(B) | 85.3º | 0.85% | 0.38% | - |
| XYZ | 6.5 | 9.83 | 2.01 | - |
| YUV | 78.07 | 92.4 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 98 | 15 | 0.36 | 0 | 0.85 | 0.62 | 85.3 | 0.73 | 0.22 |
| Hex | 3F | 62 | F | 24 | 0 | 55 | 3E | 55 | 49 | 16 |
| Octal | 77 | 142 | 17 | 44 | 0 | 125 | 76 | 125 | 111 | 26 |
| Binary | 111111 | 1100010 | 1111 | 100100 | 0 | 1010101 | 111110 | 1010101 | 1001001 | 10110 |
Color Harmonies of #3F620F
Complementary color
Monochromatic Colors of #3F620F
Black with #3F620F
Text Example
Text Example
White with #3F620F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F620F; }
p { color: rgb(63,98,15); }
H1.HeaderClassName
{
color: #3F620F;
}
.AnyTagClassName
{
color: #3F620F;
}
</style>
background-color css
<style>
a { background-color: #3F620F; }
a { background-color: rgb(63,98,15); }
div.DivClassName
{
background-color: #3F620F;
}
.BgClassName
{
background-color: #3F620F;
}
</style>
border-color css
<style>
span { border-color: #3F620F; }
span { border-color: rgb(63,98,15); }
td.TdClassName
{
border-color: #3F620F;
}
.TagClassName
{
border-color: #3F620F;
}
</style>