Shades of Verdun Green #3F5315
Tints of Verdun Green #3F5315
RGB
CMYK
RGB Variations
Color information
#3F5315 (or 0x3F5315) is known color: Verdun Green. HEX triplet: 3F, 53 and 15. RGB value is (63,83,21). Sum of RGB (Red+Green+Blue) = 63+83+21=167 (22% of max value = 765). Red value is 63 (25% from 255 or 37.72% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #3F5315 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5315 is #C0ACEA. Grayscale: #464646. Windows color (decimal): -12627179 or 1397567. OLE color: 1397567.
HSL color Cylindrical-coordinate representation of color #3F5315: hue angle of 79.35º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F5315 is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 83 | 21 | - |
| CMYK | 0.24 | 0 | 0.75 | 0.67 |
| HSL | 79.35º | 0.6% | 0.2% | - |
| HSV(B) | 79.35º | 0.75% | 0.33% | - |
| XYZ | 5.28 | 7.3 | 1.84 | - |
| YUV | 69.95 | 100.37 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 83 | 21 | 0.24 | 0 | 0.75 | 0.67 | 79.35 | 0.6 | 0.2 |
| Hex | 3F | 53 | 15 | 18 | 0 | 4B | 43 | 4F | 3C | 14 |
| Octal | 77 | 123 | 25 | 30 | 0 | 113 | 103 | 117 | 74 | 24 |
| Binary | 111111 | 1010011 | 10101 | 11000 | 0 | 1001011 | 1000011 | 1001111 | 111100 | 10100 |
Color Harmonies of #3F5315
Complementary color
Monochromatic Colors of #3F5315
Black with #3F5315
Text Example
Text Example
White with #3F5315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5315; }
p { color: rgb(63,83,21); }
H1.HeaderClassName
{
color: #3F5315;
}
.AnyTagClassName
{
color: #3F5315;
}
</style>
background-color css
<style>
a { background-color: #3F5315; }
a { background-color: rgb(63,83,21); }
div.DivClassName
{
background-color: #3F5315;
}
.BgClassName
{
background-color: #3F5315;
}
</style>
border-color css
<style>
span { border-color: #3F5315; }
span { border-color: rgb(63,83,21); }
td.TdClassName
{
border-color: #3F5315;
}
.TagClassName
{
border-color: #3F5315;
}
</style>