Shades of Verdun Green #4D530A
Tints of Verdun Green #4D530A
RGB
CMYK
RGB Variations
Color information
#4D530A (or 0x4D530A) is known color: Verdun Green. HEX triplet: 4D, 53 and 0A. RGB value is (77,83,10). Sum of RGB (Red+Green+Blue) = 77+83+10=170 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.29% from 170); Green value is 83 (32.81% from 255 or 48.82% from 170); Blue value is 10 (4.30% from 255 or 5.88% from 170); Max value from RGB is 83 - color contains mainly: green. Hex color #4D530A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D530A is #B2ACF5. Grayscale: #494949. Windows color (decimal): -11709686 or 676685. OLE color: 676685.
HSL color Cylindrical-coordinate representation of color #4D530A: hue angle of 64.93º 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 #4D530A is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 83 | 10 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.67 |
| HSL | 64.93º | 0.78% | 0.18% | - |
| HSV(B) | 64.93º | 0.88% | 0.33% | - |
| XYZ | 6.21 | 7.79 | 1.46 | - |
| YUV | 72.88 | 92.51 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 83 | 10 | 0.07 | 0 | 0.88 | 0.67 | 64.93 | 0.78 | 0.18 |
| Hex | 4D | 53 | A | 7 | 0 | 58 | 43 | 41 | 4E | 12 |
| Octal | 115 | 123 | 12 | 7 | 0 | 130 | 103 | 101 | 116 | 22 |
| Binary | 1001101 | 1010011 | 1010 | 111 | 0 | 1011000 | 1000011 | 1000001 | 1001110 | 10010 |
Color Harmonies of #4D530A
Complementary color
Monochromatic Colors of #4D530A
Black with #4D530A
Text Example
Text Example
White with #4D530A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D530A; }
p { color: rgb(77,83,10); }
H1.HeaderClassName
{
color: #4D530A;
}
.AnyTagClassName
{
color: #4D530A;
}
</style>
background-color css
<style>
a { background-color: #4D530A; }
a { background-color: rgb(77,83,10); }
div.DivClassName
{
background-color: #4D530A;
}
.BgClassName
{
background-color: #4D530A;
}
</style>
border-color css
<style>
span { border-color: #4D530A; }
span { border-color: rgb(77,83,10); }
td.TdClassName
{
border-color: #4D530A;
}
.TagClassName
{
border-color: #4D530A;
}
</style>