Shades of Verdun Green #4D550D
Tints of Verdun Green #4D550D
RGB
CMYK
RGB Variations
Color information
#4D550D (or 0x4D550D) is known color: Verdun Green. HEX triplet: 4D, 55 and 0D. RGB value is (77,85,13). Sum of RGB (Red+Green+Blue) = 77+85+13=175 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44% from 175); Green value is 85 (33.59% from 255 or 48.57% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 85 - color contains mainly: green. Hex color #4D550D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D550D is #B2AAF2. Grayscale: #4A4A4A. Windows color (decimal): -11709171 or 873805. OLE color: 873805.
HSL color Cylindrical-coordinate representation of color #4D550D: hue angle of 66.67º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D550D is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 85 | 13 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.67 |
| HSL | 66.67º | 0.73% | 0.19% | - |
| HSV(B) | 66.67º | 0.85% | 0.33% | - |
| XYZ | 6.38 | 8.1 | 1.61 | - |
| YUV | 74.4 | 93.35 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 85 | 13 | 0.09 | 0 | 0.85 | 0.67 | 66.67 | 0.73 | 0.19 |
| Hex | 4D | 55 | D | 9 | 0 | 55 | 43 | 43 | 49 | 13 |
| Octal | 115 | 125 | 15 | 11 | 0 | 125 | 103 | 103 | 111 | 23 |
| Binary | 1001101 | 1010101 | 1101 | 1001 | 0 | 1010101 | 1000011 | 1000011 | 1001001 | 10011 |
Color Harmonies of #4D550D
Complementary color
Monochromatic Colors of #4D550D
Black with #4D550D
Text Example
Text Example
White with #4D550D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D550D; }
p { color: rgb(77,85,13); }
H1.HeaderClassName
{
color: #4D550D;
}
.AnyTagClassName
{
color: #4D550D;
}
</style>
background-color css
<style>
a { background-color: #4D550D; }
a { background-color: rgb(77,85,13); }
div.DivClassName
{
background-color: #4D550D;
}
.BgClassName
{
background-color: #4D550D;
}
</style>
border-color css
<style>
span { border-color: #4D550D; }
span { border-color: rgb(77,85,13); }
td.TdClassName
{
border-color: #4D550D;
}
.TagClassName
{
border-color: #4D550D;
}
</style>