Shades of Verdun Green #4B571B
Tints of Verdun Green #4B571B
RGB
CMYK
RGB Variations
Color information
#4B571B (or 0x4B571B) is known color: Verdun Green. HEX triplet: 4B, 57 and 1B. RGB value is (75,87,27). Sum of RGB (Red+Green+Blue) = 75+87+27=189 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.68% from 189); Green value is 87 (34.38% from 255 or 46.03% from 189); Blue value is 27 (10.94% from 255 or 14.29% from 189); Max value from RGB is 87 - color contains mainly: green. Hex color #4B571B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B571B is #B4A8E4. Grayscale: #4C4C4C. Windows color (decimal): -11839717 or 1791819. OLE color: 1791819.
HSL color Cylindrical-coordinate representation of color #4B571B: hue angle of 72º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B571B is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 75 | 87 | 27 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.66 |
| HSL | 72º | 0.53% | 0.22% | - |
| HSV(B) | 72º | 0.69% | 0.34% | - |
| XYZ | 6.51 | 8.39 | 2.31 | - |
| YUV | 76.57 | 100.02 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 87 | 27 | 0.14 | 0 | 0.69 | 0.66 | 72 | 0.53 | 0.22 |
| Hex | 4B | 57 | 1B | E | 0 | 45 | 42 | 48 | 35 | 16 |
| Octal | 113 | 127 | 33 | 16 | 0 | 105 | 102 | 110 | 65 | 26 |
| Binary | 1001011 | 1010111 | 11011 | 1110 | 0 | 1000101 | 1000010 | 1001000 | 110101 | 10110 |
Color Harmonies of #4B571B
Complementary color
Monochromatic Colors of #4B571B
Black with #4B571B
Text Example
Text Example
White with #4B571B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B571B; }
p { color: rgb(75,87,27); }
H1.HeaderClassName
{
color: #4B571B;
}
.AnyTagClassName
{
color: #4B571B;
}
</style>
background-color css
<style>
a { background-color: #4B571B; }
a { background-color: rgb(75,87,27); }
div.DivClassName
{
background-color: #4B571B;
}
.BgClassName
{
background-color: #4B571B;
}
</style>
border-color css
<style>
span { border-color: #4B571B; }
span { border-color: rgb(75,87,27); }
td.TdClassName
{
border-color: #4B571B;
}
.TagClassName
{
border-color: #4B571B;
}
</style>