Shades of Verdun Green #3F5803
Tints of Verdun Green #3F5803
RGB
CMYK
RGB Variations
Color information
#3F5803 (or 0x3F5803) is known color: Verdun Green. HEX triplet: 3F, 58 and 03. RGB value is (63,88,3). Sum of RGB (Red+Green+Blue) = 63+88+3=154 (20% of max value = 765). Red value is 63 (25% from 255 or 40.91% from 154); Green value is 88 (34.77% from 255 or 57.14% from 154); Blue value is 3 (1.56% from 255 or 1.95% from 154); Max value from RGB is 88 - color contains mainly: green. Hex color #3F5803 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5803 is #C0A7FC. Grayscale: #474747. Windows color (decimal): -12625917 or 219199. OLE color: 219199.
HSL color Cylindrical-coordinate representation of color #3F5803: hue angle of 77.65º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F5803 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 88 | 3 | - |
| CMYK | 0.28 | 0 | 0.97 | 0.65 |
| HSL | 77.65º | 0.93% | 0.18% | - |
| HSV(B) | 77.65º | 0.97% | 0.35% | - |
| XYZ | 5.56 | 8.04 | 1.35 | - |
| YUV | 70.84 | 89.72 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 88 | 3 | 0.28 | 0 | 0.97 | 0.65 | 77.65 | 0.93 | 0.18 |
| Hex | 3F | 58 | 3 | 1C | 0 | 61 | 41 | 4E | 5D | 12 |
| Octal | 77 | 130 | 3 | 34 | 0 | 141 | 101 | 116 | 135 | 22 |
| Binary | 111111 | 1011000 | 11 | 11100 | 0 | 1100001 | 1000001 | 1001110 | 1011101 | 10010 |
Color Harmonies of #3F5803
Complementary color
Monochromatic Colors of #3F5803
Black with #3F5803
Text Example
Text Example
White with #3F5803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5803; }
p { color: rgb(63,88,3); }
H1.HeaderClassName
{
color: #3F5803;
}
.AnyTagClassName
{
color: #3F5803;
}
</style>
background-color css
<style>
a { background-color: #3F5803; }
a { background-color: rgb(63,88,3); }
div.DivClassName
{
background-color: #3F5803;
}
.BgClassName
{
background-color: #3F5803;
}
</style>
border-color css
<style>
span { border-color: #3F5803; }
span { border-color: rgb(63,88,3); }
td.TdClassName
{
border-color: #3F5803;
}
.TagClassName
{
border-color: #3F5803;
}
</style>