Shades of Verdun Green #4D550F
Tints of Verdun Green #4D550F
RGB
CMYK
RGB Variations
Color information
#4D550F (or 0x4D550F) is known color: Verdun Green. HEX triplet: 4D, 55 and 0F. RGB value is (77,85,15). Sum of RGB (Red+Green+Blue) = 77+85+15=177 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.50% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 85 - color contains mainly: green. Hex color #4D550F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D550F is #B2AAF0. Grayscale: #4A4A4A. Windows color (decimal): -11709169 or 1004877. OLE color: 1004877.
HSL color Cylindrical-coordinate representation of color #4D550F: hue angle of 66.86º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D550F is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 85 | 15 | - |
| CMYK | 0.09 | 0 | 0.82 | 0.67 |
| HSL | 66.86º | 0.7% | 0.2% | - |
| HSV(B) | 66.86º | 0.82% | 0.33% | - |
| XYZ | 6.4 | 8.11 | 1.68 | - |
| YUV | 74.63 | 94.35 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 85 | 15 | 0.09 | 0 | 0.82 | 0.67 | 66.86 | 0.7 | 0.2 |
| Hex | 4D | 55 | F | 9 | 0 | 52 | 43 | 43 | 46 | 14 |
| Octal | 115 | 125 | 17 | 11 | 0 | 122 | 103 | 103 | 106 | 24 |
| Binary | 1001101 | 1010101 | 1111 | 1001 | 0 | 1010010 | 1000011 | 1000011 | 1000110 | 10100 |
Color Harmonies of #4D550F
Complementary color
Monochromatic Colors of #4D550F
Black with #4D550F
Text Example
Text Example
White with #4D550F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D550F; }
p { color: rgb(77,85,15); }
H1.HeaderClassName
{
color: #4D550F;
}
.AnyTagClassName
{
color: #4D550F;
}
</style>
background-color css
<style>
a { background-color: #4D550F; }
a { background-color: rgb(77,85,15); }
div.DivClassName
{
background-color: #4D550F;
}
.BgClassName
{
background-color: #4D550F;
}
</style>
border-color css
<style>
span { border-color: #4D550F; }
span { border-color: rgb(77,85,15); }
td.TdClassName
{
border-color: #4D550F;
}
.TagClassName
{
border-color: #4D550F;
}
</style>