Shades of Verdun Green #3F550C
Tints of Verdun Green #3F550C
RGB
CMYK
RGB Variations
Color information
#3F550C (or 0x3F550C) is known color: Verdun Green. HEX triplet: 3F, 55 and 0C. RGB value is (63,85,12). Sum of RGB (Red+Green+Blue) = 63+85+12=160 (21% of max value = 765). Red value is 63 (25% from 255 or 39.38% from 160); Green value is 85 (33.59% from 255 or 53.12% from 160); Blue value is 12 (5.08% from 255 or 7.5% from 160); Max value from RGB is 85 - color contains mainly: green. Hex color #3F550C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F550C is #C0AAF3. Grayscale: #464646. Windows color (decimal): -12626676 or 808255. OLE color: 808255.
HSL color Cylindrical-coordinate representation of color #3F550C: hue angle of 78.08º 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 #3F550C is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 85 | 12 | - |
| CMYK | 0.26 | 0 | 0.86 | 0.67 |
| HSL | 78.08º | 0.75% | 0.19% | - |
| HSV(B) | 78.08º | 0.86% | 0.33% | - |
| XYZ | 5.36 | 7.58 | 1.53 | - |
| YUV | 70.1 | 95.21 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 85 | 12 | 0.26 | 0 | 0.86 | 0.67 | 78.08 | 0.75 | 0.19 |
| Hex | 3F | 55 | C | 1A | 0 | 56 | 43 | 4E | 4B | 13 |
| Octal | 77 | 125 | 14 | 32 | 0 | 126 | 103 | 116 | 113 | 23 |
| Binary | 111111 | 1010101 | 1100 | 11010 | 0 | 1010110 | 1000011 | 1001110 | 1001011 | 10011 |
Color Harmonies of #3F550C
Complementary color
Monochromatic Colors of #3F550C
Black with #3F550C
Text Example
Text Example
White with #3F550C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F550C; }
p { color: rgb(63,85,12); }
H1.HeaderClassName
{
color: #3F550C;
}
.AnyTagClassName
{
color: #3F550C;
}
</style>
background-color css
<style>
a { background-color: #3F550C; }
a { background-color: rgb(63,85,12); }
div.DivClassName
{
background-color: #3F550C;
}
.BgClassName
{
background-color: #3F550C;
}
</style>
border-color css
<style>
span { border-color: #3F550C; }
span { border-color: rgb(63,85,12); }
td.TdClassName
{
border-color: #3F550C;
}
.TagClassName
{
border-color: #3F550C;
}
</style>