Shades of Verdun Green #4B6217
Tints of Verdun Green #4B6217
RGB
CMYK
RGB Variations
Color information
#4B6217 (or 0x4B6217) is known color: Verdun Green. HEX triplet: 4B, 62 and 17. RGB value is (75,98,23). Sum of RGB (Red+Green+Blue) = 75+98+23=196 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.27% from 196); Green value is 98 (38.67% from 255 or 50% from 196); Blue value is 23 (9.38% from 255 or 11.73% from 196); Max value from RGB is 98 - color contains mainly: green. Hex color #4B6217 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B6217 is #B49DE8. Grayscale: #525252. Windows color (decimal): -11836905 or 1532491. OLE color: 1532491.
HSL color Cylindrical-coordinate representation of color #4B6217: hue angle of 78.4º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B6217 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 98 | 23 | - |
| CMYK | 0.23 | 0 | 0.77 | 0.62 |
| HSL | 78.4º | 0.62% | 0.24% | - |
| HSV(B) | 78.4º | 0.77% | 0.38% | - |
| XYZ | 7.42 | 10.29 | 2.41 | - |
| YUV | 82.57 | 94.38 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 98 | 23 | 0.23 | 0 | 0.77 | 0.62 | 78.4 | 0.62 | 0.24 |
| Hex | 4B | 62 | 17 | 17 | 0 | 4D | 3E | 4E | 3E | 18 |
| Octal | 113 | 142 | 27 | 27 | 0 | 115 | 76 | 116 | 76 | 30 |
| Binary | 1001011 | 1100010 | 10111 | 10111 | 0 | 1001101 | 111110 | 1001110 | 111110 | 11000 |
Color Harmonies of #4B6217
Complementary color
Monochromatic Colors of #4B6217
Black with #4B6217
Text Example
Text Example
White with #4B6217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6217; }
p { color: rgb(75,98,23); }
H1.HeaderClassName
{
color: #4B6217;
}
.AnyTagClassName
{
color: #4B6217;
}
</style>
background-color css
<style>
a { background-color: #4B6217; }
a { background-color: rgb(75,98,23); }
div.DivClassName
{
background-color: #4B6217;
}
.BgClassName
{
background-color: #4B6217;
}
</style>
border-color css
<style>
span { border-color: #4B6217; }
span { border-color: rgb(75,98,23); }
td.TdClassName
{
border-color: #4B6217;
}
.TagClassName
{
border-color: #4B6217;
}
</style>