Shades of Verdun Green #3F6601
Tints of Verdun Green #3F6601
RGB
CMYK
RGB Variations
Color information
#3F6601 (or 0x3F6601) is known color: Verdun Green. HEX triplet: 3F, 66 and 01. RGB value is (63,102,1). Sum of RGB (Red+Green+Blue) = 63+102+1=166 (21% of max value = 765). Red value is 63 (25% from 255 or 37.95% from 166); Green value is 102 (40.23% from 255 or 61.45% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 102 - color contains mainly: green. Hex color #3F6601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6601 is #C099FE. Grayscale: #4F4F4F. Windows color (decimal): -12622335 or 91711. OLE color: 91711.
HSL color Cylindrical-coordinate representation of color #3F6601: hue angle of 83.17º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F6601 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 63 | 102 | 1 | - |
| CMYK | 0.38 | 0 | 0.99 | 0.6 |
| HSL | 83.17º | 0.98% | 0.2% | - |
| HSV(B) | 83.17º | 0.99% | 0.4% | - |
| XYZ | 6.81 | 10.56 | 1.71 | - |
| YUV | 78.83 | 84.08 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 102 | 1 | 0.38 | 0 | 0.99 | 0.6 | 83.17 | 0.98 | 0.2 |
| Hex | 3F | 66 | 1 | 26 | 0 | 63 | 3C | 53 | 62 | 14 |
| Octal | 77 | 146 | 1 | 46 | 0 | 143 | 74 | 123 | 142 | 24 |
| Binary | 111111 | 1100110 | 1 | 100110 | 0 | 1100011 | 111100 | 1010011 | 1100010 | 10100 |
Color Harmonies of #3F6601
Complementary color
Monochromatic Colors of #3F6601
Black with #3F6601
Text Example
Text Example
White with #3F6601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6601; }
p { color: rgb(63,102,1); }
H1.HeaderClassName
{
color: #3F6601;
}
.AnyTagClassName
{
color: #3F6601;
}
</style>
background-color css
<style>
a { background-color: #3F6601; }
a { background-color: rgb(63,102,1); }
div.DivClassName
{
background-color: #3F6601;
}
.BgClassName
{
background-color: #3F6601;
}
</style>
border-color css
<style>
span { border-color: #3F6601; }
span { border-color: rgb(63,102,1); }
td.TdClassName
{
border-color: #3F6601;
}
.TagClassName
{
border-color: #3F6601;
}
</style>