Shades of Verdun Green #4F5D1C
Tints of Verdun Green #4F5D1C
RGB
CMYK
RGB Variations
Color information
#4F5D1C (or 0x4F5D1C) is known color: Verdun Green. HEX triplet: 4F, 5D and 1C. RGB value is (79,93,28). Sum of RGB (Red+Green+Blue) = 79+93+28=200 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.5% from 200); Green value is 93 (36.72% from 255 or 46.5% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 93 - color contains mainly: green. Hex color #4F5D1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5D1C is #B0A2E3. Grayscale: #515151. Windows color (decimal): -11576036 or 1858895. OLE color: 1858895.
HSL color Cylindrical-coordinate representation of color #4F5D1C: hue angle of 72.92º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4F5D1C is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 93 | 28 | - |
| CMYK | 0.15 | 0 | 0.70 | 0.64 |
| HSL | 72.92º | 0.54% | 0.24% | - |
| HSV(B) | 72.92º | 0.7% | 0.36% | - |
| XYZ | 7.35 | 9.57 | 2.56 | - |
| YUV | 81.4 | 97.86 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 93 | 28 | 0.15 | 0 | 0.70 | 0.64 | 72.92 | 0.54 | 0.24 |
| Hex | 4F | 5D | 1C | F | 0 | 46 | 40 | 49 | 36 | 18 |
| Octal | 117 | 135 | 34 | 17 | 0 | 106 | 100 | 111 | 66 | 30 |
| Binary | 1001111 | 1011101 | 11100 | 1111 | 0 | 1000110 | 1000000 | 1001001 | 110110 | 11000 |
Color Harmonies of #4F5D1C
Complementary color
Monochromatic Colors of #4F5D1C
Black with #4F5D1C
Text Example
Text Example
White with #4F5D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5D1C; }
p { color: rgb(79,93,28); }
H1.HeaderClassName
{
color: #4F5D1C;
}
.AnyTagClassName
{
color: #4F5D1C;
}
</style>
background-color css
<style>
a { background-color: #4F5D1C; }
a { background-color: rgb(79,93,28); }
div.DivClassName
{
background-color: #4F5D1C;
}
.BgClassName
{
background-color: #4F5D1C;
}
</style>
border-color css
<style>
span { border-color: #4F5D1C; }
span { border-color: rgb(79,93,28); }
td.TdClassName
{
border-color: #4F5D1C;
}
.TagClassName
{
border-color: #4F5D1C;
}
</style>