Shades of Verdun Green #4B5814
Tints of Verdun Green #4B5814
RGB
CMYK
RGB Variations
Color information
#4B5814 (or 0x4B5814) is known color: Verdun Green. HEX triplet: 4B, 58 and 14. RGB value is (75,88,20). Sum of RGB (Red+Green+Blue) = 75+88+20=183 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.98% from 183); Green value is 88 (34.77% from 255 or 48.09% from 183); Blue value is 20 (8.20% from 255 or 10.93% from 183); Max value from RGB is 88 - color contains mainly: green. Hex color #4B5814 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5814 is #B4A7EB. Grayscale: #4C4C4C. Windows color (decimal): -11839468 or 1333323. OLE color: 1333323.
HSL color Cylindrical-coordinate representation of color #4B5814: hue angle of 71.47º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B5814 is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 88 | 20 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.65 |
| HSL | 71.47º | 0.63% | 0.21% | - |
| HSV(B) | 71.47º | 0.77% | 0.35% | - |
| XYZ | 6.52 | 8.53 | 1.96 | - |
| YUV | 76.36 | 96.19 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 88 | 20 | 0.15 | 0 | 0.77 | 0.65 | 71.47 | 0.63 | 0.21 |
| Hex | 4B | 58 | 14 | F | 0 | 4D | 41 | 47 | 3F | 15 |
| Octal | 113 | 130 | 24 | 17 | 0 | 115 | 101 | 107 | 77 | 25 |
| Binary | 1001011 | 1011000 | 10100 | 1111 | 0 | 1001101 | 1000001 | 1000111 | 111111 | 10101 |
Color Harmonies of #4B5814
Complementary color
Monochromatic Colors of #4B5814
Black with #4B5814
Text Example
Text Example
White with #4B5814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5814; }
p { color: rgb(75,88,20); }
H1.HeaderClassName
{
color: #4B5814;
}
.AnyTagClassName
{
color: #4B5814;
}
</style>
background-color css
<style>
a { background-color: #4B5814; }
a { background-color: rgb(75,88,20); }
div.DivClassName
{
background-color: #4B5814;
}
.BgClassName
{
background-color: #4B5814;
}
</style>
border-color css
<style>
span { border-color: #4B5814; }
span { border-color: rgb(75,88,20); }
td.TdClassName
{
border-color: #4B5814;
}
.TagClassName
{
border-color: #4B5814;
}
</style>