Shades of Verdun Green #4D5308
Tints of Verdun Green #4D5308
RGB
CMYK
RGB Variations
Color information
#4D5308 (or 0x4D5308) is known color: Verdun Green. HEX triplet: 4D, 53 and 08. RGB value is (77,83,8). Sum of RGB (Red+Green+Blue) = 77+83+8=168 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.83% from 168); Green value is 83 (32.81% from 255 or 49.40% from 168); Blue value is 8 (3.52% from 255 or 4.76% from 168); Max value from RGB is 83 - color contains mainly: green. Hex color #4D5308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5308 is #B2ACF7. Grayscale: #484848. Windows color (decimal): -11709688 or 545613. OLE color: 545613.
HSL color Cylindrical-coordinate representation of color #4D5308: hue angle of 64.8º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D5308 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 83 | 8 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.67 |
| HSL | 64.8º | 0.82% | 0.18% | - |
| HSV(B) | 64.8º | 0.9% | 0.33% | - |
| XYZ | 6.2 | 7.78 | 1.41 | - |
| YUV | 72.66 | 91.51 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 83 | 8 | 0.07 | 0 | 0.90 | 0.67 | 64.8 | 0.82 | 0.18 |
| Hex | 4D | 53 | 8 | 7 | 0 | 5A | 43 | 41 | 52 | 12 |
| Octal | 115 | 123 | 10 | 7 | 0 | 132 | 103 | 101 | 122 | 22 |
| Binary | 1001101 | 1010011 | 1000 | 111 | 0 | 1011010 | 1000011 | 1000001 | 1010010 | 10010 |
Color Harmonies of #4D5308
Complementary color
Monochromatic Colors of #4D5308
Black with #4D5308
Text Example
Text Example
White with #4D5308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5308; }
p { color: rgb(77,83,8); }
H1.HeaderClassName
{
color: #4D5308;
}
.AnyTagClassName
{
color: #4D5308;
}
</style>
background-color css
<style>
a { background-color: #4D5308; }
a { background-color: rgb(77,83,8); }
div.DivClassName
{
background-color: #4D5308;
}
.BgClassName
{
background-color: #4D5308;
}
</style>
border-color css
<style>
span { border-color: #4D5308; }
span { border-color: rgb(77,83,8); }
td.TdClassName
{
border-color: #4D5308;
}
.TagClassName
{
border-color: #4D5308;
}
</style>