Shades of Verdun Green #4F5D04
Tints of Verdun Green #4F5D04
RGB
CMYK
RGB Variations
Color information
#4F5D04 (or 0x4F5D04) is known color: Verdun Green. HEX triplet: 4F, 5D and 04. RGB value is (79,93,4). Sum of RGB (Red+Green+Blue) = 79+93+4=176 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.89% from 176); Green value is 93 (36.72% from 255 or 52.84% from 176); Blue value is 4 (1.95% from 255 or 2.27% from 176); Max value from RGB is 93 - color contains mainly: green. Hex color #4F5D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5D04 is #B0A2FB. Grayscale: #4F4F4F. Windows color (decimal): -11576060 or 286031. OLE color: 286031.
HSL color Cylindrical-coordinate representation of color #4F5D04: hue angle of 69.44º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4F5D04 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 93 | 4 | - |
| CMYK | 0.15 | 0 | 0.96 | 0.64 |
| HSL | 69.44º | 0.92% | 0.19% | - |
| HSV(B) | 69.44º | 0.96% | 0.36% | - |
| XYZ | 7.16 | 9.5 | 1.57 | - |
| YUV | 78.67 | 85.86 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 93 | 4 | 0.15 | 0 | 0.96 | 0.64 | 69.44 | 0.92 | 0.19 |
| Hex | 4F | 5D | 4 | F | 0 | 60 | 40 | 45 | 5C | 13 |
| Octal | 117 | 135 | 4 | 17 | 0 | 140 | 100 | 105 | 134 | 23 |
| Binary | 1001111 | 1011101 | 100 | 1111 | 0 | 1100000 | 1000000 | 1000101 | 1011100 | 10011 |
Color Harmonies of #4F5D04
Complementary color
Monochromatic Colors of #4F5D04
Black with #4F5D04
Text Example
Text Example
White with #4F5D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5D04; }
p { color: rgb(79,93,4); }
H1.HeaderClassName
{
color: #4F5D04;
}
.AnyTagClassName
{
color: #4F5D04;
}
</style>
background-color css
<style>
a { background-color: #4F5D04; }
a { background-color: rgb(79,93,4); }
div.DivClassName
{
background-color: #4F5D04;
}
.BgClassName
{
background-color: #4F5D04;
}
</style>
border-color css
<style>
span { border-color: #4F5D04; }
span { border-color: rgb(79,93,4); }
td.TdClassName
{
border-color: #4F5D04;
}
.TagClassName
{
border-color: #4F5D04;
}
</style>