Shades of Verdun Green #4B650E
Tints of Verdun Green #4B650E
RGB
CMYK
RGB Variations
Color information
#4B650E (or 0x4B650E) is known color: Verdun Green. HEX triplet: 4B, 65 and 0E. RGB value is (75,101,14). Sum of RGB (Red+Green+Blue) = 75+101+14=190 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.47% from 190); Green value is 101 (39.84% from 255 or 53.16% from 190); Blue value is 14 (5.86% from 255 or 7.37% from 190); Max value from RGB is 101 - color contains mainly: green. Hex color #4B650E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B650E is #B49AF1. Grayscale: #535353. Windows color (decimal): -11836146 or 943435. OLE color: 943435.
HSL color Cylindrical-coordinate representation of color #4B650E: hue angle of 77.93º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4B650E is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 75 | 101 | 14 | - |
| CMYK | 0.26 | 0 | 0.86 | 0.60 |
| HSL | 77.93º | 0.76% | 0.23% | - |
| HSV(B) | 77.93º | 0.86% | 0.4% | - |
| XYZ | 7.63 | 10.83 | 2.1 | - |
| YUV | 83.31 | 88.89 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 101 | 14 | 0.26 | 0 | 0.86 | 0.60 | 77.93 | 0.76 | 0.23 |
| Hex | 4B | 65 | E | 1A | 0 | 56 | 3C | 4E | 4C | 17 |
| Octal | 113 | 145 | 16 | 32 | 0 | 126 | 74 | 116 | 114 | 27 |
| Binary | 1001011 | 1100101 | 1110 | 11010 | 0 | 1010110 | 111100 | 1001110 | 1001100 | 10111 |
Color Harmonies of #4B650E
Complementary color
Monochromatic Colors of #4B650E
Black with #4B650E
Text Example
Text Example
White with #4B650E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B650E; }
p { color: rgb(75,101,14); }
H1.HeaderClassName
{
color: #4B650E;
}
.AnyTagClassName
{
color: #4B650E;
}
</style>
background-color css
<style>
a { background-color: #4B650E; }
a { background-color: rgb(75,101,14); }
div.DivClassName
{
background-color: #4B650E;
}
.BgClassName
{
background-color: #4B650E;
}
</style>
border-color css
<style>
span { border-color: #4B650E; }
span { border-color: rgb(75,101,14); }
td.TdClassName
{
border-color: #4B650E;
}
.TagClassName
{
border-color: #4B650E;
}
</style>