Shades of Verdun Green #3F660D
Tints of Verdun Green #3F660D
RGB
CMYK
RGB Variations
Color information
#3F660D (or 0x3F660D) is known color: Verdun Green. HEX triplet: 3F, 66 and 0D. RGB value is (63,102,13). Sum of RGB (Red+Green+Blue) = 63+102+13=178 (23% of max value = 765). Red value is 63 (25% from 255 or 35.39% from 178); Green value is 102 (40.23% from 255 or 57.30% from 178); Blue value is 13 (5.47% from 255 or 7.30% from 178); Max value from RGB is 102 - color contains mainly: green. Hex color #3F660D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F660D is #C099F2. Grayscale: #505050. Windows color (decimal): -12622323 or 878143. OLE color: 878143.
HSL color Cylindrical-coordinate representation of color #3F660D: hue angle of 86.29º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3F660D is Cyan = 0.38, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 63 | 102 | 13 | - |
| CMYK | 0.38 | 0 | 0.87 | 0.6 |
| HSL | 86.29º | 0.77% | 0.23% | - |
| HSV(B) | 86.29º | 0.87% | 0.4% | - |
| XYZ | 6.87 | 10.59 | 2.06 | - |
| YUV | 80.19 | 90.08 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 102 | 13 | 0.38 | 0 | 0.87 | 0.6 | 86.29 | 0.77 | 0.23 |
| Hex | 3F | 66 | D | 26 | 0 | 57 | 3C | 56 | 4D | 17 |
| Octal | 77 | 146 | 15 | 46 | 0 | 127 | 74 | 126 | 115 | 27 |
| Binary | 111111 | 1100110 | 1101 | 100110 | 0 | 1010111 | 111100 | 1010110 | 1001101 | 10111 |
Color Harmonies of #3F660D
Complementary color
Monochromatic Colors of #3F660D
Black with #3F660D
Text Example
Text Example
White with #3F660D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F660D; }
p { color: rgb(63,102,13); }
H1.HeaderClassName
{
color: #3F660D;
}
.AnyTagClassName
{
color: #3F660D;
}
</style>
background-color css
<style>
a { background-color: #3F660D; }
a { background-color: rgb(63,102,13); }
div.DivClassName
{
background-color: #3F660D;
}
.BgClassName
{
background-color: #3F660D;
}
</style>
border-color css
<style>
span { border-color: #3F660D; }
span { border-color: rgb(63,102,13); }
td.TdClassName
{
border-color: #3F660D;
}
.TagClassName
{
border-color: #3F660D;
}
</style>