Shades of Verdun Green #4F500C
Tints of Verdun Green #4F500C
RGB
CMYK
RGB Variations
Color information
#4F500C (or 0x4F500C) is known color: Verdun Green. HEX triplet: 4F, 50 and 0C. RGB value is (79,80,12). Sum of RGB (Red+Green+Blue) = 79+80+12=171 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.20% from 171); Green value is 80 (31.64% from 255 or 46.78% from 171); Blue value is 12 (5.08% from 255 or 7.02% from 171); Max value from RGB is 80 - color contains mainly: green. Hex color #4F500C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F500C is #B0AFF3. Grayscale: #484848. Windows color (decimal): -11579380 or 806991. OLE color: 806991.
HSL color Cylindrical-coordinate representation of color #4F500C: hue angle of 60.88º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F500C is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 80 | 12 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.69 |
| HSL | 60.88º | 0.74% | 0.18% | - |
| HSV(B) | 60.88º | 0.85% | 0.31% | - |
| XYZ | 6.16 | 7.43 | 1.46 | - |
| YUV | 71.95 | 94.17 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 80 | 12 | 0.01 | 0 | 0.85 | 0.69 | 60.88 | 0.74 | 0.18 |
| Hex | 4F | 50 | C | 1 | 0 | 55 | 45 | 3D | 4A | 12 |
| Octal | 117 | 120 | 14 | 1 | 0 | 125 | 105 | 75 | 112 | 22 |
| Binary | 1001111 | 1010000 | 1100 | 1 | 0 | 1010101 | 1000101 | 111101 | 1001010 | 10010 |
Color Harmonies of #4F500C
Complementary color
Monochromatic Colors of #4F500C
Black with #4F500C
Text Example
Text Example
White with #4F500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F500C; }
p { color: rgb(79,80,12); }
H1.HeaderClassName
{
color: #4F500C;
}
.AnyTagClassName
{
color: #4F500C;
}
</style>
background-color css
<style>
a { background-color: #4F500C; }
a { background-color: rgb(79,80,12); }
div.DivClassName
{
background-color: #4F500C;
}
.BgClassName
{
background-color: #4F500C;
}
</style>
border-color css
<style>
span { border-color: #4F500C; }
span { border-color: rgb(79,80,12); }
td.TdClassName
{
border-color: #4F500C;
}
.TagClassName
{
border-color: #4F500C;
}
</style>