Shades of Verdun Green #4D550B
Tints of Verdun Green #4D550B
RGB
CMYK
RGB Variations
Color information
#4D550B (or 0x4D550B) is known color: Verdun Green. HEX triplet: 4D, 55 and 0B. RGB value is (77,85,11). Sum of RGB (Red+Green+Blue) = 77+85+11=173 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.51% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 11 (4.69% from 255 or 6.36% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #4D550B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D550B is #B2AAF4. Grayscale: #4A4A4A. Windows color (decimal): -11709173 or 742733. OLE color: 742733.
HSL color Cylindrical-coordinate representation of color #4D550B: hue angle of 66.49º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D550B is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 85 | 11 | - |
| CMYK | 0.09 | 0 | 0.87 | 0.67 |
| HSL | 66.49º | 0.77% | 0.19% | - |
| HSV(B) | 66.49º | 0.87% | 0.33% | - |
| XYZ | 6.37 | 8.1 | 1.54 | - |
| YUV | 74.17 | 92.35 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 85 | 11 | 0.09 | 0 | 0.87 | 0.67 | 66.49 | 0.77 | 0.19 |
| Hex | 4D | 55 | B | 9 | 0 | 57 | 43 | 42 | 4D | 13 |
| Octal | 115 | 125 | 13 | 11 | 0 | 127 | 103 | 102 | 115 | 23 |
| Binary | 1001101 | 1010101 | 1011 | 1001 | 0 | 1010111 | 1000011 | 1000010 | 1001101 | 10011 |
Color Harmonies of #4D550B
Complementary color
Monochromatic Colors of #4D550B
Black with #4D550B
Text Example
Text Example
White with #4D550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D550B; }
p { color: rgb(77,85,11); }
H1.HeaderClassName
{
color: #4D550B;
}
.AnyTagClassName
{
color: #4D550B;
}
</style>
background-color css
<style>
a { background-color: #4D550B; }
a { background-color: rgb(77,85,11); }
div.DivClassName
{
background-color: #4D550B;
}
.BgClassName
{
background-color: #4D550B;
}
</style>
border-color css
<style>
span { border-color: #4D550B; }
span { border-color: rgb(77,85,11); }
td.TdClassName
{
border-color: #4D550B;
}
.TagClassName
{
border-color: #4D550B;
}
</style>