Shades of Verdun Green #4B561C
Tints of Verdun Green #4B561C
RGB
CMYK
RGB Variations
Color information
#4B561C (or 0x4B561C) is known color: Verdun Green. HEX triplet: 4B, 56 and 1C. RGB value is (75,86,28). Sum of RGB (Red+Green+Blue) = 75+86+28=189 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.68% from 189); Green value is 86 (33.98% from 255 or 45.50% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 86 - color contains mainly: green. Hex color #4B561C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B561C is #B4A9E3. Grayscale: #4C4C4C. Windows color (decimal): -11839972 or 1857099. OLE color: 1857099.
HSL color Cylindrical-coordinate representation of color #4B561C: hue angle of 71.38º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B561C is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 75 | 86 | 28 | - |
| CMYK | 0.13 | 0 | 0.67 | 0.66 |
| HSL | 71.38º | 0.51% | 0.22% | - |
| HSV(B) | 71.38º | 0.67% | 0.34% | - |
| XYZ | 6.44 | 8.24 | 2.35 | - |
| YUV | 76.1 | 100.86 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 86 | 28 | 0.13 | 0 | 0.67 | 0.66 | 71.38 | 0.51 | 0.22 |
| Hex | 4B | 56 | 1C | D | 0 | 43 | 42 | 47 | 33 | 16 |
| Octal | 113 | 126 | 34 | 15 | 0 | 103 | 102 | 107 | 63 | 26 |
| Binary | 1001011 | 1010110 | 11100 | 1101 | 0 | 1000011 | 1000010 | 1000111 | 110011 | 10110 |
Color Harmonies of #4B561C
Complementary color
Monochromatic Colors of #4B561C
Black with #4B561C
Text Example
Text Example
White with #4B561C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B561C; }
p { color: rgb(75,86,28); }
H1.HeaderClassName
{
color: #4B561C;
}
.AnyTagClassName
{
color: #4B561C;
}
</style>
background-color css
<style>
a { background-color: #4B561C; }
a { background-color: rgb(75,86,28); }
div.DivClassName
{
background-color: #4B561C;
}
.BgClassName
{
background-color: #4B561C;
}
</style>
border-color css
<style>
span { border-color: #4B561C; }
span { border-color: rgb(75,86,28); }
td.TdClassName
{
border-color: #4B561C;
}
.TagClassName
{
border-color: #4B561C;
}
</style>