Shades of Verdun Green #4B690E
Tints of Verdun Green #4B690E
RGB
CMYK
RGB Variations
Color information
#4B690E (or 0x4B690E) is known color: Verdun Green. HEX triplet: 4B, 69 and 0E. RGB value is (75,105,14). Sum of RGB (Red+Green+Blue) = 75+105+14=194 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.66% from 194); Green value is 105 (41.41% from 255 or 54.12% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 105 - color contains mainly: green. Hex color #4B690E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B690E is #B496F1. Grayscale: #555555. Windows color (decimal): -11835122 or 944459. OLE color: 944459.
HSL color Cylindrical-coordinate representation of color #4B690E: hue angle of 79.78º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4B690E is Cyan = 0.29, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 75 | 105 | 14 | - |
| CMYK | 0.29 | 0 | 0.87 | 0.59 |
| HSL | 79.78º | 0.76% | 0.23% | - |
| HSV(B) | 79.78º | 0.87% | 0.41% | - |
| XYZ | 8.03 | 11.63 | 2.24 | - |
| YUV | 85.66 | 87.56 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 105 | 14 | 0.29 | 0 | 0.87 | 0.59 | 79.78 | 0.76 | 0.23 |
| Hex | 4B | 69 | E | 1D | 0 | 57 | 3B | 50 | 4C | 17 |
| Octal | 113 | 151 | 16 | 35 | 0 | 127 | 73 | 120 | 114 | 27 |
| Binary | 1001011 | 1101001 | 1110 | 11101 | 0 | 1010111 | 111011 | 1010000 | 1001100 | 10111 |
Color Harmonies of #4B690E
Complementary color
Monochromatic Colors of #4B690E
Black with #4B690E
Text Example
Text Example
White with #4B690E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B690E; }
p { color: rgb(75,105,14); }
H1.HeaderClassName
{
color: #4B690E;
}
.AnyTagClassName
{
color: #4B690E;
}
</style>
background-color css
<style>
a { background-color: #4B690E; }
a { background-color: rgb(75,105,14); }
div.DivClassName
{
background-color: #4B690E;
}
.BgClassName
{
background-color: #4B690E;
}
</style>
border-color css
<style>
span { border-color: #4B690E; }
span { border-color: rgb(75,105,14); }
td.TdClassName
{
border-color: #4B690E;
}
.TagClassName
{
border-color: #4B690E;
}
</style>