Shades of Verdun Green #4D530B
Tints of Verdun Green #4D530B
RGB
CMYK
RGB Variations
Color information
#4D530B (or 0x4D530B) is known color: Verdun Green. HEX triplet: 4D, 53 and 0B. RGB value is (77,83,11). Sum of RGB (Red+Green+Blue) = 77+83+11=171 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.03% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 11 (4.69% from 255 or 6.43% from 171); Max value from RGB is 83 - color contains mainly: green. Hex color #4D530B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D530B is #B2ACF4. Grayscale: #494949. Windows color (decimal): -11709685 or 742221. OLE color: 742221.
HSL color Cylindrical-coordinate representation of color #4D530B: hue angle of 65º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D530B is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 83 | 11 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.67 |
| HSL | 65º | 0.77% | 0.18% | - |
| HSV(B) | 65º | 0.87% | 0.33% | - |
| XYZ | 6.21 | 7.79 | 1.49 | - |
| YUV | 73 | 93.01 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 83 | 11 | 0.07 | 0 | 0.87 | 0.67 | 65 | 0.77 | 0.18 |
| Hex | 4D | 53 | B | 7 | 0 | 57 | 43 | 41 | 4D | 12 |
| Octal | 115 | 123 | 13 | 7 | 0 | 127 | 103 | 101 | 115 | 22 |
| Binary | 1001101 | 1010011 | 1011 | 111 | 0 | 1010111 | 1000011 | 1000001 | 1001101 | 10010 |
Color Harmonies of #4D530B
Complementary color
Monochromatic Colors of #4D530B
Black with #4D530B
Text Example
Text Example
White with #4D530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D530B; }
p { color: rgb(77,83,11); }
H1.HeaderClassName
{
color: #4D530B;
}
.AnyTagClassName
{
color: #4D530B;
}
</style>
background-color css
<style>
a { background-color: #4D530B; }
a { background-color: rgb(77,83,11); }
div.DivClassName
{
background-color: #4D530B;
}
.BgClassName
{
background-color: #4D530B;
}
</style>
border-color css
<style>
span { border-color: #4D530B; }
span { border-color: rgb(77,83,11); }
td.TdClassName
{
border-color: #4D530B;
}
.TagClassName
{
border-color: #4D530B;
}
</style>