Shades of Verdun Green #4B591F
Tints of Verdun Green #4B591F
RGB
CMYK
RGB Variations
Color information
#4B591F (or 0x4B591F) is known color: Verdun Green. HEX triplet: 4B, 59 and 1F. RGB value is (75,89,31). Sum of RGB (Red+Green+Blue) = 75+89+31=195 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.46% from 195); Green value is 89 (35.16% from 255 or 45.64% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 89 - color contains mainly: green. Hex color #4B591F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B591F is #B4A6E0. Grayscale: #4E4E4E. Windows color (decimal): -11839201 or 2054475. OLE color: 2054475.
HSL color Cylindrical-coordinate representation of color #4B591F: hue angle of 74.48º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B591F is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 89 | 31 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.65 |
| HSL | 74.48º | 0.48% | 0.24% | - |
| HSV(B) | 74.48º | 0.65% | 0.35% | - |
| XYZ | 6.72 | 8.74 | 2.63 | - |
| YUV | 78.2 | 101.36 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 89 | 31 | 0.16 | 0 | 0.65 | 0.65 | 74.48 | 0.48 | 0.24 |
| Hex | 4B | 59 | 1F | 10 | 0 | 41 | 41 | 4A | 30 | 18 |
| Octal | 113 | 131 | 37 | 20 | 0 | 101 | 101 | 112 | 60 | 30 |
| Binary | 1001011 | 1011001 | 11111 | 10000 | 0 | 1000001 | 1000001 | 1001010 | 110000 | 11000 |
Color Harmonies of #4B591F
Complementary color
Monochromatic Colors of #4B591F
Black with #4B591F
Text Example
Text Example
White with #4B591F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B591F; }
p { color: rgb(75,89,31); }
H1.HeaderClassName
{
color: #4B591F;
}
.AnyTagClassName
{
color: #4B591F;
}
</style>
background-color css
<style>
a { background-color: #4B591F; }
a { background-color: rgb(75,89,31); }
div.DivClassName
{
background-color: #4B591F;
}
.BgClassName
{
background-color: #4B591F;
}
</style>
border-color css
<style>
span { border-color: #4B591F; }
span { border-color: rgb(75,89,31); }
td.TdClassName
{
border-color: #4B591F;
}
.TagClassName
{
border-color: #4B591F;
}
</style>