Shades of Verdun Green #3F5307
Tints of Verdun Green #3F5307
RGB
CMYK
RGB Variations
Color information
#3F5307 (or 0x3F5307) is known color: Verdun Green. HEX triplet: 3F, 53 and 07. RGB value is (63,83,7). Sum of RGB (Red+Green+Blue) = 63+83+7=153 (20% of max value = 765). Red value is 63 (25% from 255 or 41.18% from 153); Green value is 83 (32.81% from 255 or 54.25% from 153); Blue value is 7 (3.12% from 255 or 4.58% from 153); Max value from RGB is 83 - color contains mainly: green. Hex color #3F5307 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5307 is #C0ACF8. Grayscale: #444444. Windows color (decimal): -12627193 or 480063. OLE color: 480063.
HSL color Cylindrical-coordinate representation of color #3F5307: hue angle of 75.79º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F5307 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 83 | 7 | - |
| CMYK | 0.24 | 0 | 0.92 | 0.67 |
| HSL | 75.79º | 0.84% | 0.18% | - |
| HSV(B) | 75.79º | 0.92% | 0.33% | - |
| XYZ | 5.18 | 7.26 | 1.33 | - |
| YUV | 68.36 | 93.37 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 83 | 7 | 0.24 | 0 | 0.92 | 0.67 | 75.79 | 0.84 | 0.18 |
| Hex | 3F | 53 | 7 | 18 | 0 | 5C | 43 | 4C | 54 | 12 |
| Octal | 77 | 123 | 7 | 30 | 0 | 134 | 103 | 114 | 124 | 22 |
| Binary | 111111 | 1010011 | 111 | 11000 | 0 | 1011100 | 1000011 | 1001100 | 1010100 | 10010 |
Color Harmonies of #3F5307
Complementary color
Monochromatic Colors of #3F5307
Black with #3F5307
Text Example
Text Example
White with #3F5307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5307; }
p { color: rgb(63,83,7); }
H1.HeaderClassName
{
color: #3F5307;
}
.AnyTagClassName
{
color: #3F5307;
}
</style>
background-color css
<style>
a { background-color: #3F5307; }
a { background-color: rgb(63,83,7); }
div.DivClassName
{
background-color: #3F5307;
}
.BgClassName
{
background-color: #3F5307;
}
</style>
border-color css
<style>
span { border-color: #3F5307; }
span { border-color: rgb(63,83,7); }
td.TdClassName
{
border-color: #3F5307;
}
.TagClassName
{
border-color: #3F5307;
}
</style>