Shades of Verdun Green #4F5306
Tints of Verdun Green #4F5306
RGB
CMYK
RGB Variations
Color information
#4F5306 (or 0x4F5306) is known color: Verdun Green. HEX triplet: 4F, 53 and 06. RGB value is (79,83,6). Sum of RGB (Red+Green+Blue) = 79+83+6=168 (22% of max value = 765). Red value is 79 (31.25% from 255 or 47.02% from 168); Green value is 83 (32.81% from 255 or 49.40% from 168); Blue value is 6 (2.73% from 255 or 3.57% from 168); Max value from RGB is 83 - color contains mainly: green. Hex color #4F5306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5306 is #B0ACF9. Grayscale: #494949. Windows color (decimal): -11578618 or 414543. OLE color: 414543.
HSL color Cylindrical-coordinate representation of color #4F5306: hue angle of 63.12º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4F5306 is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 83 | 6 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.67 |
| HSL | 63.12º | 0.87% | 0.17% | - |
| HSV(B) | 63.12º | 0.93% | 0.33% | - |
| XYZ | 6.35 | 7.86 | 1.36 | - |
| YUV | 73.03 | 90.17 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 83 | 6 | 0.05 | 0 | 0.93 | 0.67 | 63.12 | 0.87 | 0.17 |
| Hex | 4F | 53 | 6 | 5 | 0 | 5D | 43 | 3F | 57 | 11 |
| Octal | 117 | 123 | 6 | 5 | 0 | 135 | 103 | 77 | 127 | 21 |
| Binary | 1001111 | 1010011 | 110 | 101 | 0 | 1011101 | 1000011 | 111111 | 1010111 | 10001 |
Color Harmonies of #4F5306
Complementary color
Monochromatic Colors of #4F5306
Black with #4F5306
Text Example
Text Example
White with #4F5306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5306; }
p { color: rgb(79,83,6); }
H1.HeaderClassName
{
color: #4F5306;
}
.AnyTagClassName
{
color: #4F5306;
}
</style>
background-color css
<style>
a { background-color: #4F5306; }
a { background-color: rgb(79,83,6); }
div.DivClassName
{
background-color: #4F5306;
}
.BgClassName
{
background-color: #4F5306;
}
</style>
border-color css
<style>
span { border-color: #4F5306; }
span { border-color: rgb(79,83,6); }
td.TdClassName
{
border-color: #4F5306;
}
.TagClassName
{
border-color: #4F5306;
}
</style>