Shades of Verdun Green #3F5316
Tints of Verdun Green #3F5316
RGB
CMYK
RGB Variations
Color information
#3F5316 (or 0x3F5316) is known color: Verdun Green. HEX triplet: 3F, 53 and 16. RGB value is (63,83,22). Sum of RGB (Red+Green+Blue) = 63+83+22=168 (22% of max value = 765). Red value is 63 (25% from 255 or 37.5% from 168); Green value is 83 (32.81% from 255 or 49.40% from 168); Blue value is 22 (8.98% from 255 or 13.10% from 168); Max value from RGB is 83 - color contains mainly: green. Hex color #3F5316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5316 is #C0ACE9. Grayscale: #464646. Windows color (decimal): -12627178 or 1463103. OLE color: 1463103.
HSL color Cylindrical-coordinate representation of color #3F5316: hue angle of 79.67º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F5316 is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 83 | 22 | - |
| CMYK | 0.24 | 0 | 0.73 | 0.67 |
| HSL | 79.67º | 0.58% | 0.21% | - |
| HSV(B) | 79.67º | 0.73% | 0.33% | - |
| XYZ | 5.29 | 7.3 | 1.89 | - |
| YUV | 70.07 | 100.87 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 83 | 22 | 0.24 | 0 | 0.73 | 0.67 | 79.67 | 0.58 | 0.21 |
| Hex | 3F | 53 | 16 | 18 | 0 | 49 | 43 | 50 | 3A | 15 |
| Octal | 77 | 123 | 26 | 30 | 0 | 111 | 103 | 120 | 72 | 25 |
| Binary | 111111 | 1010011 | 10110 | 11000 | 0 | 1001001 | 1000011 | 1010000 | 111010 | 10101 |
Color Harmonies of #3F5316
Complementary color
Monochromatic Colors of #3F5316
Black with #3F5316
Text Example
Text Example
White with #3F5316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5316; }
p { color: rgb(63,83,22); }
H1.HeaderClassName
{
color: #3F5316;
}
.AnyTagClassName
{
color: #3F5316;
}
</style>
background-color css
<style>
a { background-color: #3F5316; }
a { background-color: rgb(63,83,22); }
div.DivClassName
{
background-color: #3F5316;
}
.BgClassName
{
background-color: #3F5316;
}
</style>
border-color css
<style>
span { border-color: #3F5316; }
span { border-color: rgb(63,83,22); }
td.TdClassName
{
border-color: #3F5316;
}
.TagClassName
{
border-color: #3F5316;
}
</style>