Shades of Verdun Green #4D530D
Tints of Verdun Green #4D530D
RGB
CMYK
RGB Variations
Color information
#4D530D (or 0x4D530D) is known color: Verdun Green. HEX triplet: 4D, 53 and 0D. RGB value is (77,83,13). Sum of RGB (Red+Green+Blue) = 77+83+13=173 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.51% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 83 - color contains mainly: green. Hex color #4D530D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D530D is #B2ACF2. Grayscale: #494949. Windows color (decimal): -11709683 or 873293. OLE color: 873293.
HSL color Cylindrical-coordinate representation of color #4D530D: hue angle of 65.14º 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 #4D530D is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 83 | 13 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.67 |
| HSL | 65.14º | 0.73% | 0.19% | - |
| HSV(B) | 65.14º | 0.84% | 0.33% | - |
| XYZ | 6.23 | 7.79 | 1.56 | - |
| YUV | 73.23 | 94.01 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 83 | 13 | 0.07 | 0 | 0.84 | 0.67 | 65.14 | 0.73 | 0.19 |
| Hex | 4D | 53 | D | 7 | 0 | 54 | 43 | 41 | 49 | 13 |
| Octal | 115 | 123 | 15 | 7 | 0 | 124 | 103 | 101 | 111 | 23 |
| Binary | 1001101 | 1010011 | 1101 | 111 | 0 | 1010100 | 1000011 | 1000001 | 1001001 | 10011 |
Color Harmonies of #4D530D
Complementary color
Monochromatic Colors of #4D530D
Black with #4D530D
Text Example
Text Example
White with #4D530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D530D; }
p { color: rgb(77,83,13); }
H1.HeaderClassName
{
color: #4D530D;
}
.AnyTagClassName
{
color: #4D530D;
}
</style>
background-color css
<style>
a { background-color: #4D530D; }
a { background-color: rgb(77,83,13); }
div.DivClassName
{
background-color: #4D530D;
}
.BgClassName
{
background-color: #4D530D;
}
</style>
border-color css
<style>
span { border-color: #4D530D; }
span { border-color: rgb(77,83,13); }
td.TdClassName
{
border-color: #4D530D;
}
.TagClassName
{
border-color: #4D530D;
}
</style>