Shades of Verdun Green #4F530A
Tints of Verdun Green #4F530A
RGB
CMYK
RGB Variations
Color information
#4F530A (or 0x4F530A) is known color: Verdun Green. HEX triplet: 4F, 53 and 0A. RGB value is (79,83,10). Sum of RGB (Red+Green+Blue) = 79+83+10=172 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.93% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 10 (4.30% from 255 or 5.81% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #4F530A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F530A is #B0ACF5. Grayscale: #494949. Windows color (decimal): -11578614 or 676687. OLE color: 676687.
HSL color Cylindrical-coordinate representation of color #4F530A: hue angle of 63.29º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4F530A is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 83 | 10 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.67 |
| HSL | 63.29º | 0.78% | 0.18% | - |
| HSV(B) | 63.29º | 0.88% | 0.33% | - |
| XYZ | 6.37 | 7.87 | 1.47 | - |
| YUV | 73.48 | 92.17 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 83 | 10 | 0.05 | 0 | 0.88 | 0.67 | 63.29 | 0.78 | 0.18 |
| Hex | 4F | 53 | A | 5 | 0 | 58 | 43 | 3F | 4E | 12 |
| Octal | 117 | 123 | 12 | 5 | 0 | 130 | 103 | 77 | 116 | 22 |
| Binary | 1001111 | 1010011 | 1010 | 101 | 0 | 1011000 | 1000011 | 111111 | 1001110 | 10010 |
Color Harmonies of #4F530A
Complementary color
Monochromatic Colors of #4F530A
Black with #4F530A
Text Example
Text Example
White with #4F530A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F530A; }
p { color: rgb(79,83,10); }
H1.HeaderClassName
{
color: #4F530A;
}
.AnyTagClassName
{
color: #4F530A;
}
</style>
background-color css
<style>
a { background-color: #4F530A; }
a { background-color: rgb(79,83,10); }
div.DivClassName
{
background-color: #4F530A;
}
.BgClassName
{
background-color: #4F530A;
}
</style>
border-color css
<style>
span { border-color: #4F530A; }
span { border-color: rgb(79,83,10); }
td.TdClassName
{
border-color: #4F530A;
}
.TagClassName
{
border-color: #4F530A;
}
</style>