Shades of Verdun Green #3F540F
Tints of Verdun Green #3F540F
RGB
CMYK
RGB Variations
Color information
#3F540F (or 0x3F540F) is known color: Verdun Green. HEX triplet: 3F, 54 and 0F. RGB value is (63,84,15). Sum of RGB (Red+Green+Blue) = 63+84+15=162 (21% of max value = 765). Red value is 63 (25% from 255 or 38.89% from 162); Green value is 84 (33.20% from 255 or 51.85% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 84 - color contains mainly: green. Hex color #3F540F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F540F is #C0ABF0. Grayscale: #464646. Windows color (decimal): -12626929 or 1004607. OLE color: 1004607.
HSL color Cylindrical-coordinate representation of color #3F540F: hue angle of 78.26º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3F540F is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 84 | 15 | - |
| CMYK | 0.25 | 0 | 0.82 | 0.67 |
| HSL | 78.26º | 0.7% | 0.19% | - |
| HSV(B) | 78.26º | 0.82% | 0.33% | - |
| XYZ | 5.31 | 7.43 | 1.61 | - |
| YUV | 69.86 | 97.04 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 84 | 15 | 0.25 | 0 | 0.82 | 0.67 | 78.26 | 0.7 | 0.19 |
| Hex | 3F | 54 | F | 19 | 0 | 52 | 43 | 4E | 46 | 13 |
| Octal | 77 | 124 | 17 | 31 | 0 | 122 | 103 | 116 | 106 | 23 |
| Binary | 111111 | 1010100 | 1111 | 11001 | 0 | 1010010 | 1000011 | 1001110 | 1000110 | 10011 |
Color Harmonies of #3F540F
Complementary color
Monochromatic Colors of #3F540F
Black with #3F540F
Text Example
Text Example
White with #3F540F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F540F; }
p { color: rgb(63,84,15); }
H1.HeaderClassName
{
color: #3F540F;
}
.AnyTagClassName
{
color: #3F540F;
}
</style>
background-color css
<style>
a { background-color: #3F540F; }
a { background-color: rgb(63,84,15); }
div.DivClassName
{
background-color: #3F540F;
}
.BgClassName
{
background-color: #3F540F;
}
</style>
border-color css
<style>
span { border-color: #3F540F; }
span { border-color: rgb(63,84,15); }
td.TdClassName
{
border-color: #3F540F;
}
.TagClassName
{
border-color: #3F540F;
}
</style>