Shades of Verdun Green #4F4D0D
Tints of Verdun Green #4F4D0D
RGB
CMYK
RGB Variations
Color information
#4F4D0D (or 0x4F4D0D) is known color: Verdun Green. HEX triplet: 4F, 4D and 0D. RGB value is (79,77,13). Sum of RGB (Red+Green+Blue) = 79+77+13=169 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.75% from 169); Green value is 77 (30.47% from 255 or 45.56% from 169); Blue value is 13 (5.47% from 255 or 7.69% from 169); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4D0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F4D0D is #B0B2F2. Grayscale: #464646. Windows color (decimal): -11580147 or 871759. OLE color: 871759.
HSL color Cylindrical-coordinate representation of color #4F4D0D: hue angle of 58.18º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F4D0D is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 77 | 13 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.69 |
| HSL | 58.18º | 0.72% | 0.18% | - |
| HSV(B) | 58.18º | 0.84% | 0.31% | - |
| XYZ | 5.95 | 7 | 1.42 | - |
| YUV | 70.3 | 95.66 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 77 | 13 | 0 | 0.03 | 0.84 | 0.69 | 58.18 | 0.72 | 0.18 |
| Hex | 4F | 4D | D | 0 | 3 | 54 | 45 | 3A | 48 | 12 |
| Octal | 117 | 115 | 15 | 0 | 3 | 124 | 105 | 72 | 110 | 22 |
| Binary | 1001111 | 1001101 | 1101 | 0 | 11 | 1010100 | 1000101 | 111010 | 1001000 | 10010 |
Color Harmonies of #4F4D0D
Complementary color
Monochromatic Colors of #4F4D0D
Black with #4F4D0D
Text Example
Text Example
White with #4F4D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4D0D; }
p { color: rgb(79,77,13); }
H1.HeaderClassName
{
color: #4F4D0D;
}
.AnyTagClassName
{
color: #4F4D0D;
}
</style>
background-color css
<style>
a { background-color: #4F4D0D; }
a { background-color: rgb(79,77,13); }
div.DivClassName
{
background-color: #4F4D0D;
}
.BgClassName
{
background-color: #4F4D0D;
}
</style>
border-color css
<style>
span { border-color: #4F4D0D; }
span { border-color: rgb(79,77,13); }
td.TdClassName
{
border-color: #4F4D0D;
}
.TagClassName
{
border-color: #4F4D0D;
}
</style>