Shades of Verdun Green #4F5511
Tints of Verdun Green #4F5511
RGB
CMYK
RGB Variations
Color information
#4F5511 (or 0x4F5511) is known color: Verdun Green. HEX triplet: 4F, 55 and 11. RGB value is (79,85,17). Sum of RGB (Red+Green+Blue) = 79+85+17=181 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.65% from 181); Green value is 85 (33.59% from 255 or 46.96% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 85 - color contains mainly: green. Hex color #4F5511 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5511 is #B0AAEE. Grayscale: #4B4B4B. Windows color (decimal): -11578095 or 1135951. OLE color: 1135951.
HSL color Cylindrical-coordinate representation of color #4F5511: hue angle of 65.29º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F5511 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 85 | 17 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.67 |
| HSL | 65.29º | 0.67% | 0.2% | - |
| HSV(B) | 65.29º | 0.8% | 0.33% | - |
| XYZ | 6.57 | 8.2 | 1.77 | - |
| YUV | 75.45 | 95.01 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 85 | 17 | 0.07 | 0 | 0.80 | 0.67 | 65.29 | 0.67 | 0.2 |
| Hex | 4F | 55 | 11 | 7 | 0 | 50 | 43 | 41 | 43 | 14 |
| Octal | 117 | 125 | 21 | 7 | 0 | 120 | 103 | 101 | 103 | 24 |
| Binary | 1001111 | 1010101 | 10001 | 111 | 0 | 1010000 | 1000011 | 1000001 | 1000011 | 10100 |
Color Harmonies of #4F5511
Complementary color
Monochromatic Colors of #4F5511
Black with #4F5511
Text Example
Text Example
White with #4F5511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5511; }
p { color: rgb(79,85,17); }
H1.HeaderClassName
{
color: #4F5511;
}
.AnyTagClassName
{
color: #4F5511;
}
</style>
background-color css
<style>
a { background-color: #4F5511; }
a { background-color: rgb(79,85,17); }
div.DivClassName
{
background-color: #4F5511;
}
.BgClassName
{
background-color: #4F5511;
}
</style>
border-color css
<style>
span { border-color: #4F5511; }
span { border-color: rgb(79,85,17); }
td.TdClassName
{
border-color: #4F5511;
}
.TagClassName
{
border-color: #4F5511;
}
</style>