Shades of Verdun Green #3F5410
Tints of Verdun Green #3F5410
RGB
CMYK
RGB Variations
Color information
#3F5410 (or 0x3F5410) is known color: Verdun Green. HEX triplet: 3F, 54 and 10. RGB value is (63,84,16). Sum of RGB (Red+Green+Blue) = 63+84+16=163 (21% of max value = 765). Red value is 63 (25% from 255 or 38.65% from 163); Green value is 84 (33.20% from 255 or 51.53% from 163); Blue value is 16 (6.64% from 255 or 9.82% from 163); Max value from RGB is 84 - color contains mainly: green. Hex color #3F5410 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5410 is #C0ABEF. Grayscale: #464646. Windows color (decimal): -12626928 or 1070143. OLE color: 1070143.
HSL color Cylindrical-coordinate representation of color #3F5410: hue angle of 78.53º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F5410 is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 84 | 16 | - |
| CMYK | 0.25 | 0 | 0.81 | 0.67 |
| HSL | 78.53º | 0.68% | 0.2% | - |
| HSV(B) | 78.53º | 0.81% | 0.33% | - |
| XYZ | 5.31 | 7.43 | 1.65 | - |
| YUV | 69.97 | 97.54 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 84 | 16 | 0.25 | 0 | 0.81 | 0.67 | 78.53 | 0.68 | 0.2 |
| Hex | 3F | 54 | 10 | 19 | 0 | 51 | 43 | 4F | 44 | 14 |
| Octal | 77 | 124 | 20 | 31 | 0 | 121 | 103 | 117 | 104 | 24 |
| Binary | 111111 | 1010100 | 10000 | 11001 | 0 | 1010001 | 1000011 | 1001111 | 1000100 | 10100 |
Color Harmonies of #3F5410
Complementary color
Monochromatic Colors of #3F5410
Black with #3F5410
Text Example
Text Example
White with #3F5410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5410; }
p { color: rgb(63,84,16); }
H1.HeaderClassName
{
color: #3F5410;
}
.AnyTagClassName
{
color: #3F5410;
}
</style>
background-color css
<style>
a { background-color: #3F5410; }
a { background-color: rgb(63,84,16); }
div.DivClassName
{
background-color: #3F5410;
}
.BgClassName
{
background-color: #3F5410;
}
</style>
border-color css
<style>
span { border-color: #3F5410; }
span { border-color: rgb(63,84,16); }
td.TdClassName
{
border-color: #3F5410;
}
.TagClassName
{
border-color: #3F5410;
}
</style>