Shades of Verdun Green #4F4C02
Tints of Verdun Green #4F4C02
RGB
CMYK
RGB Variations
Color information
#4F4C02 (or 0x4F4C02) is known color: Verdun Green. HEX triplet: 4F, 4C and 02. RGB value is (79,76,2). Sum of RGB (Red+Green+Blue) = 79+76+2=157 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.32% from 157); Green value is 76 (30.08% from 255 or 48.41% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4C02 is #B0B3FD. Grayscale: #444444. Windows color (decimal): -11580414 or 150607. OLE color: 150607.
HSL color Cylindrical-coordinate representation of color #4F4C02: hue angle of 57.66º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F4C02 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 76 | 2 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.69 |
| HSL | 57.66º | 0.95% | 0.16% | - |
| HSV(B) | 57.66º | 0.97% | 0.31% | - |
| XYZ | 5.82 | 6.84 | 1.07 | - |
| YUV | 68.46 | 90.49 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 76 | 2 | 0 | 0.04 | 0.97 | 0.69 | 57.66 | 0.95 | 0.16 |
| Hex | 4F | 4C | 2 | 0 | 4 | 61 | 45 | 3A | 5F | 10 |
| Octal | 117 | 114 | 2 | 0 | 4 | 141 | 105 | 72 | 137 | 20 |
| Binary | 1001111 | 1001100 | 10 | 0 | 100 | 1100001 | 1000101 | 111010 | 1011111 | 10000 |
Color Harmonies of #4F4C02
Complementary color
Monochromatic Colors of #4F4C02
Black with #4F4C02
Text Example
Text Example
White with #4F4C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4C02; }
p { color: rgb(79,76,2); }
H1.HeaderClassName
{
color: #4F4C02;
}
.AnyTagClassName
{
color: #4F4C02;
}
</style>
background-color css
<style>
a { background-color: #4F4C02; }
a { background-color: rgb(79,76,2); }
div.DivClassName
{
background-color: #4F4C02;
}
.BgClassName
{
background-color: #4F4C02;
}
</style>
border-color css
<style>
span { border-color: #4F4C02; }
span { border-color: rgb(79,76,2); }
td.TdClassName
{
border-color: #4F4C02;
}
.TagClassName
{
border-color: #4F4C02;
}
</style>