Shades of Verdun Green #3F5302
Tints of Verdun Green #3F5302
RGB
CMYK
RGB Variations
Color information
#3F5302 (or 0x3F5302) is known color: Verdun Green. HEX triplet: 3F, 53 and 02. RGB value is (63,83,2). Sum of RGB (Red+Green+Blue) = 63+83+2=148 (19% of max value = 765). Red value is 63 (25% from 255 or 42.57% from 148); Green value is 83 (32.81% from 255 or 56.08% from 148); Blue value is 2 (1.17% from 255 or 1.35% from 148); Max value from RGB is 83 - color contains mainly: green. Hex color #3F5302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5302 is #C0ACFD. Grayscale: #444444. Windows color (decimal): -12627198 or 152383. OLE color: 152383.
HSL color Cylindrical-coordinate representation of color #3F5302: hue angle of 74.81º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F5302 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 83 | 2 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.67 |
| HSL | 74.81º | 0.95% | 0.17% | - |
| HSV(B) | 74.81º | 0.98% | 0.33% | - |
| XYZ | 5.15 | 7.25 | 1.18 | - |
| YUV | 67.79 | 90.87 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 83 | 2 | 0.24 | 0 | 0.98 | 0.67 | 74.81 | 0.95 | 0.17 |
| Hex | 3F | 53 | 2 | 18 | 0 | 62 | 43 | 4B | 5F | 11 |
| Octal | 77 | 123 | 2 | 30 | 0 | 142 | 103 | 113 | 137 | 21 |
| Binary | 111111 | 1010011 | 10 | 11000 | 0 | 1100010 | 1000011 | 1001011 | 1011111 | 10001 |
Color Harmonies of #3F5302
Complementary color
Monochromatic Colors of #3F5302
Black with #3F5302
Text Example
Text Example
White with #3F5302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5302; }
p { color: rgb(63,83,2); }
H1.HeaderClassName
{
color: #3F5302;
}
.AnyTagClassName
{
color: #3F5302;
}
</style>
background-color css
<style>
a { background-color: #3F5302; }
a { background-color: rgb(63,83,2); }
div.DivClassName
{
background-color: #3F5302;
}
.BgClassName
{
background-color: #3F5302;
}
</style>
border-color css
<style>
span { border-color: #3F5302; }
span { border-color: rgb(63,83,2); }
td.TdClassName
{
border-color: #3F5302;
}
.TagClassName
{
border-color: #3F5302;
}
</style>