Shades of Verdun Green #4F530D
Tints of Verdun Green #4F530D
RGB
CMYK
RGB Variations
Color information
#4F530D (or 0x4F530D) is known color: Verdun Green. HEX triplet: 4F, 53 and 0D. RGB value is (79,83,13). Sum of RGB (Red+Green+Blue) = 79+83+13=175 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.14% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 83 - color contains mainly: green. Hex color #4F530D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F530D is #B0ACF2. Grayscale: #4A4A4A. Windows color (decimal): -11578611 or 873295. OLE color: 873295.
HSL color Cylindrical-coordinate representation of color #4F530D: hue angle of 63.43º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F530D is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 83 | 13 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.67 |
| HSL | 63.43º | 0.73% | 0.19% | - |
| HSV(B) | 63.43º | 0.84% | 0.33% | - |
| XYZ | 6.39 | 7.88 | 1.56 | - |
| YUV | 73.82 | 93.67 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 83 | 13 | 0.05 | 0 | 0.84 | 0.67 | 63.43 | 0.73 | 0.19 |
| Hex | 4F | 53 | D | 5 | 0 | 54 | 43 | 3F | 49 | 13 |
| Octal | 117 | 123 | 15 | 5 | 0 | 124 | 103 | 77 | 111 | 23 |
| Binary | 1001111 | 1010011 | 1101 | 101 | 0 | 1010100 | 1000011 | 111111 | 1001001 | 10011 |
Color Harmonies of #4F530D
Complementary color
Monochromatic Colors of #4F530D
Black with #4F530D
Text Example
Text Example
White with #4F530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F530D; }
p { color: rgb(79,83,13); }
H1.HeaderClassName
{
color: #4F530D;
}
.AnyTagClassName
{
color: #4F530D;
}
</style>
background-color css
<style>
a { background-color: #4F530D; }
a { background-color: rgb(79,83,13); }
div.DivClassName
{
background-color: #4F530D;
}
.BgClassName
{
background-color: #4F530D;
}
</style>
border-color css
<style>
span { border-color: #4F530D; }
span { border-color: rgb(79,83,13); }
td.TdClassName
{
border-color: #4F530D;
}
.TagClassName
{
border-color: #4F530D;
}
</style>