Shades of Verdun Green #4B6316
Tints of Verdun Green #4B6316
RGB
CMYK
RGB Variations
Color information
#4B6316 (or 0x4B6316) is known color: Verdun Green. HEX triplet: 4B, 63 and 16. RGB value is (75,99,22). Sum of RGB (Red+Green+Blue) = 75+99+22=196 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.27% from 196); Green value is 99 (39.06% from 255 or 50.51% from 196); Blue value is 22 (8.98% from 255 or 11.22% from 196); Max value from RGB is 99 - color contains mainly: green. Hex color #4B6316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B6316 is #B49CE9. Grayscale: #535353. Windows color (decimal): -11836650 or 1467211. OLE color: 1467211.
HSL color Cylindrical-coordinate representation of color #4B6316: hue angle of 78.7º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4B6316 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 75 | 99 | 22 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.61 |
| HSL | 78.7º | 0.64% | 0.24% | - |
| HSV(B) | 78.7º | 0.78% | 0.39% | - |
| XYZ | 7.51 | 10.48 | 2.39 | - |
| YUV | 83.05 | 93.55 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 99 | 22 | 0.24 | 0 | 0.78 | 0.61 | 78.7 | 0.64 | 0.24 |
| Hex | 4B | 63 | 16 | 18 | 0 | 4E | 3D | 4F | 40 | 18 |
| Octal | 113 | 143 | 26 | 30 | 0 | 116 | 75 | 117 | 100 | 30 |
| Binary | 1001011 | 1100011 | 10110 | 11000 | 0 | 1001110 | 111101 | 1001111 | 1000000 | 11000 |
Color Harmonies of #4B6316
Complementary color
Monochromatic Colors of #4B6316
Black with #4B6316
Text Example
Text Example
White with #4B6316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6316; }
p { color: rgb(75,99,22); }
H1.HeaderClassName
{
color: #4B6316;
}
.AnyTagClassName
{
color: #4B6316;
}
</style>
background-color css
<style>
a { background-color: #4B6316; }
a { background-color: rgb(75,99,22); }
div.DivClassName
{
background-color: #4B6316;
}
.BgClassName
{
background-color: #4B6316;
}
</style>
border-color css
<style>
span { border-color: #4B6316; }
span { border-color: rgb(75,99,22); }
td.TdClassName
{
border-color: #4B6316;
}
.TagClassName
{
border-color: #4B6316;
}
</style>