Shades of Verdun Green #3F530C
Tints of Verdun Green #3F530C
RGB
CMYK
RGB Variations
Color information
#3F530C (or 0x3F530C) is known color: Verdun Green. HEX triplet: 3F, 53 and 0C. RGB value is (63,83,12). Sum of RGB (Red+Green+Blue) = 63+83+12=158 (20% of max value = 765). Red value is 63 (25% from 255 or 39.87% from 158); Green value is 83 (32.81% from 255 or 52.53% from 158); Blue value is 12 (5.08% from 255 or 7.59% from 158); Max value from RGB is 83 - color contains mainly: green. Hex color #3F530C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F530C is #C0ACF3. Grayscale: #454545. Windows color (decimal): -12627188 or 807743. OLE color: 807743.
HSL color Cylindrical-coordinate representation of color #3F530C: hue angle of 76.9º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F530C is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 83 | 12 | - |
| CMYK | 0.24 | 0 | 0.86 | 0.67 |
| HSL | 76.9º | 0.75% | 0.19% | - |
| HSV(B) | 76.9º | 0.86% | 0.33% | - |
| XYZ | 5.21 | 7.27 | 1.48 | - |
| YUV | 68.93 | 95.87 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 83 | 12 | 0.24 | 0 | 0.86 | 0.67 | 76.9 | 0.75 | 0.19 |
| Hex | 3F | 53 | C | 18 | 0 | 56 | 43 | 4D | 4B | 13 |
| Octal | 77 | 123 | 14 | 30 | 0 | 126 | 103 | 115 | 113 | 23 |
| Binary | 111111 | 1010011 | 1100 | 11000 | 0 | 1010110 | 1000011 | 1001101 | 1001011 | 10011 |
Color Harmonies of #3F530C
Complementary color
Monochromatic Colors of #3F530C
Black with #3F530C
Text Example
Text Example
White with #3F530C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F530C; }
p { color: rgb(63,83,12); }
H1.HeaderClassName
{
color: #3F530C;
}
.AnyTagClassName
{
color: #3F530C;
}
</style>
background-color css
<style>
a { background-color: #3F530C; }
a { background-color: rgb(63,83,12); }
div.DivClassName
{
background-color: #3F530C;
}
.BgClassName
{
background-color: #3F530C;
}
</style>
border-color css
<style>
span { border-color: #3F530C; }
span { border-color: rgb(63,83,12); }
td.TdClassName
{
border-color: #3F530C;
}
.TagClassName
{
border-color: #3F530C;
}
</style>