Shades of Verdun Green #4B6510
Tints of Verdun Green #4B6510
RGB
CMYK
RGB Variations
Color information
#4B6510 (or 0x4B6510) is known color: Verdun Green. HEX triplet: 4B, 65 and 10. RGB value is (75,101,16). Sum of RGB (Red+Green+Blue) = 75+101+16=192 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.06% from 192); Green value is 101 (39.84% from 255 or 52.60% from 192); Blue value is 16 (6.64% from 255 or 8.33% from 192); Max value from RGB is 101 - color contains mainly: green. Hex color #4B6510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B6510 is #B49AEF. Grayscale: #535353. Windows color (decimal): -11836144 or 1074507. OLE color: 1074507.
HSL color Cylindrical-coordinate representation of color #4B6510: hue angle of 78.35º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4B6510 is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 75 | 101 | 16 | - |
| CMYK | 0.26 | 0 | 0.84 | 0.60 |
| HSL | 78.35º | 0.73% | 0.23% | - |
| HSV(B) | 78.35º | 0.84% | 0.4% | - |
| XYZ | 7.65 | 10.84 | 2.18 | - |
| YUV | 83.54 | 89.89 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 101 | 16 | 0.26 | 0 | 0.84 | 0.60 | 78.35 | 0.73 | 0.23 |
| Hex | 4B | 65 | 10 | 1A | 0 | 54 | 3C | 4E | 49 | 17 |
| Octal | 113 | 145 | 20 | 32 | 0 | 124 | 74 | 116 | 111 | 27 |
| Binary | 1001011 | 1100101 | 10000 | 11010 | 0 | 1010100 | 111100 | 1001110 | 1001001 | 10111 |
Color Harmonies of #4B6510
Complementary color
Monochromatic Colors of #4B6510
Black with #4B6510
Text Example
Text Example
White with #4B6510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6510; }
p { color: rgb(75,101,16); }
H1.HeaderClassName
{
color: #4B6510;
}
.AnyTagClassName
{
color: #4B6510;
}
</style>
background-color css
<style>
a { background-color: #4B6510; }
a { background-color: rgb(75,101,16); }
div.DivClassName
{
background-color: #4B6510;
}
.BgClassName
{
background-color: #4B6510;
}
</style>
border-color css
<style>
span { border-color: #4B6510; }
span { border-color: rgb(75,101,16); }
td.TdClassName
{
border-color: #4B6510;
}
.TagClassName
{
border-color: #4B6510;
}
</style>