Shades of Verdun Green #3F550D
Tints of Verdun Green #3F550D
RGB
CMYK
RGB Variations
Color information
#3F550D (or 0x3F550D) is known color: Verdun Green. HEX triplet: 3F, 55 and 0D. RGB value is (63,85,13). Sum of RGB (Red+Green+Blue) = 63+85+13=161 (21% of max value = 765). Red value is 63 (25% from 255 or 39.13% from 161); Green value is 85 (33.59% from 255 or 52.80% from 161); Blue value is 13 (5.47% from 255 or 8.07% from 161); Max value from RGB is 85 - color contains mainly: green. Hex color #3F550D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F550D is #C0AAF2. Grayscale: #464646. Windows color (decimal): -12626675 or 873791. OLE color: 873791.
HSL color Cylindrical-coordinate representation of color #3F550D: hue angle of 78.33º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3F550D is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 85 | 13 | - |
| CMYK | 0.26 | 0 | 0.85 | 0.67 |
| HSL | 78.33º | 0.73% | 0.19% | - |
| HSV(B) | 78.33º | 0.85% | 0.33% | - |
| XYZ | 5.37 | 7.58 | 1.56 | - |
| YUV | 70.21 | 95.71 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 85 | 13 | 0.26 | 0 | 0.85 | 0.67 | 78.33 | 0.73 | 0.19 |
| Hex | 3F | 55 | D | 1A | 0 | 55 | 43 | 4E | 49 | 13 |
| Octal | 77 | 125 | 15 | 32 | 0 | 125 | 103 | 116 | 111 | 23 |
| Binary | 111111 | 1010101 | 1101 | 11010 | 0 | 1010101 | 1000011 | 1001110 | 1001001 | 10011 |
Color Harmonies of #3F550D
Complementary color
Monochromatic Colors of #3F550D
Black with #3F550D
Text Example
Text Example
White with #3F550D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F550D; }
p { color: rgb(63,85,13); }
H1.HeaderClassName
{
color: #3F550D;
}
.AnyTagClassName
{
color: #3F550D;
}
</style>
background-color css
<style>
a { background-color: #3F550D; }
a { background-color: rgb(63,85,13); }
div.DivClassName
{
background-color: #3F550D;
}
.BgClassName
{
background-color: #3F550D;
}
</style>
border-color css
<style>
span { border-color: #3F550D; }
span { border-color: rgb(63,85,13); }
td.TdClassName
{
border-color: #3F550D;
}
.TagClassName
{
border-color: #3F550D;
}
</style>