Shades of Verdun Green #3F5802
Tints of Verdun Green #3F5802
RGB
CMYK
RGB Variations
Color information
#3F5802 (or 0x3F5802) is known color: Verdun Green. HEX triplet: 3F, 58 and 02. RGB value is (63,88,2). Sum of RGB (Red+Green+Blue) = 63+88+2=153 (20% of max value = 765). Red value is 63 (25% from 255 or 41.18% from 153); Green value is 88 (34.77% from 255 or 57.52% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 88 - color contains mainly: green. Hex color #3F5802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5802 is #C0A7FD. Grayscale: #474747. Windows color (decimal): -12625918 or 153663. OLE color: 153663.
HSL color Cylindrical-coordinate representation of color #3F5802: hue angle of 77.44º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F5802 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 88 | 2 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.65 |
| HSL | 77.44º | 0.96% | 0.18% | - |
| HSV(B) | 77.44º | 0.98% | 0.35% | - |
| XYZ | 5.55 | 8.04 | 1.32 | - |
| YUV | 70.72 | 89.22 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 88 | 2 | 0.28 | 0 | 0.98 | 0.65 | 77.44 | 0.96 | 0.18 |
| Hex | 3F | 58 | 2 | 1C | 0 | 62 | 41 | 4D | 60 | 12 |
| Octal | 77 | 130 | 2 | 34 | 0 | 142 | 101 | 115 | 140 | 22 |
| Binary | 111111 | 1011000 | 10 | 11100 | 0 | 1100010 | 1000001 | 1001101 | 1100000 | 10010 |
Color Harmonies of #3F5802
Complementary color
Monochromatic Colors of #3F5802
Black with #3F5802
Text Example
Text Example
White with #3F5802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5802; }
p { color: rgb(63,88,2); }
H1.HeaderClassName
{
color: #3F5802;
}
.AnyTagClassName
{
color: #3F5802;
}
</style>
background-color css
<style>
a { background-color: #3F5802; }
a { background-color: rgb(63,88,2); }
div.DivClassName
{
background-color: #3F5802;
}
.BgClassName
{
background-color: #3F5802;
}
</style>
border-color css
<style>
span { border-color: #3F5802; }
span { border-color: rgb(63,88,2); }
td.TdClassName
{
border-color: #3F5802;
}
.TagClassName
{
border-color: #3F5802;
}
</style>