Shades of Verdun Green #3F501A
Tints of Verdun Green #3F501A
RGB
CMYK
RGB Variations
Color information
#3F501A (or 0x3F501A) is known color: Verdun Green. HEX triplet: 3F, 50 and 1A. RGB value is (63,80,26). Sum of RGB (Red+Green+Blue) = 63+80+26=169 (22% of max value = 765). Red value is 63 (25% from 255 or 37.28% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 80 - color contains mainly: green. Hex color #3F501A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F501A is #C0AFE5. Grayscale: #444444. Windows color (decimal): -12627942 or 1724479. OLE color: 1724479.
HSL color Cylindrical-coordinate representation of color #3F501A: hue angle of 78.89º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F501A is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 80 | 26 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.69 |
| HSL | 78.89º | 0.51% | 0.21% | - |
| HSV(B) | 78.89º | 0.68% | 0.31% | - |
| XYZ | 5.11 | 6.87 | 2.03 | - |
| YUV | 68.76 | 103.87 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 80 | 26 | 0.21 | 0 | 0.67 | 0.69 | 78.89 | 0.51 | 0.21 |
| Hex | 3F | 50 | 1A | 15 | 0 | 43 | 45 | 4F | 33 | 15 |
| Octal | 77 | 120 | 32 | 25 | 0 | 103 | 105 | 117 | 63 | 25 |
| Binary | 111111 | 1010000 | 11010 | 10101 | 0 | 1000011 | 1000101 | 1001111 | 110011 | 10101 |
Color Harmonies of #3F501A
Complementary color
Monochromatic Colors of #3F501A
Black with #3F501A
Text Example
Text Example
White with #3F501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F501A; }
p { color: rgb(63,80,26); }
H1.HeaderClassName
{
color: #3F501A;
}
.AnyTagClassName
{
color: #3F501A;
}
</style>
background-color css
<style>
a { background-color: #3F501A; }
a { background-color: rgb(63,80,26); }
div.DivClassName
{
background-color: #3F501A;
}
.BgClassName
{
background-color: #3F501A;
}
</style>
border-color css
<style>
span { border-color: #3F501A; }
span { border-color: rgb(63,80,26); }
td.TdClassName
{
border-color: #3F501A;
}
.TagClassName
{
border-color: #3F501A;
}
</style>