Shades of Verdun Green #4F5403
Tints of Verdun Green #4F5403
RGB
CMYK
RGB Variations
Color information
#4F5403 (or 0x4F5403) is known color: Verdun Green. HEX triplet: 4F, 54 and 03. RGB value is (79,84,3). Sum of RGB (Red+Green+Blue) = 79+84+3=166 (21% of max value = 765). Red value is 79 (31.25% from 255 or 47.59% from 166); Green value is 84 (33.20% from 255 or 50.60% from 166); Blue value is 3 (1.56% from 255 or 1.81% from 166); Max value from RGB is 84 - color contains mainly: green. Hex color #4F5403 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5403 is #B0ABFC. Grayscale: #494949. Windows color (decimal): -11578365 or 218191. OLE color: 218191.
HSL color Cylindrical-coordinate representation of color #4F5403: hue angle of 63.7º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4F5403 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 84 | 3 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.67 |
| HSL | 63.7º | 0.93% | 0.17% | - |
| HSV(B) | 63.7º | 0.96% | 0.33% | - |
| XYZ | 6.41 | 8.01 | 1.29 | - |
| YUV | 73.27 | 88.34 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 84 | 3 | 0.06 | 0 | 0.96 | 0.67 | 63.7 | 0.93 | 0.17 |
| Hex | 4F | 54 | 3 | 6 | 0 | 60 | 43 | 40 | 5D | 11 |
| Octal | 117 | 124 | 3 | 6 | 0 | 140 | 103 | 100 | 135 | 21 |
| Binary | 1001111 | 1010100 | 11 | 110 | 0 | 1100000 | 1000011 | 1000000 | 1011101 | 10001 |
Color Harmonies of #4F5403
Complementary color
Monochromatic Colors of #4F5403
Black with #4F5403
Text Example
Text Example
White with #4F5403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5403; }
p { color: rgb(79,84,3); }
H1.HeaderClassName
{
color: #4F5403;
}
.AnyTagClassName
{
color: #4F5403;
}
</style>
background-color css
<style>
a { background-color: #4F5403; }
a { background-color: rgb(79,84,3); }
div.DivClassName
{
background-color: #4F5403;
}
.BgClassName
{
background-color: #4F5403;
}
</style>
border-color css
<style>
span { border-color: #4F5403; }
span { border-color: rgb(79,84,3); }
td.TdClassName
{
border-color: #4F5403;
}
.TagClassName
{
border-color: #4F5403;
}
</style>