Shades of Verdun Green #4B6518
Tints of Verdun Green #4B6518
RGB
CMYK
RGB Variations
Color information
#4B6518 (or 0x4B6518) is known color: Verdun Green. HEX triplet: 4B, 65 and 18. RGB value is (75,101,24). Sum of RGB (Red+Green+Blue) = 75+101+24=200 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.5% from 200); Green value is 101 (39.84% from 255 or 50.5% from 200); Blue value is 24 (9.77% from 255 or 12% from 200); Max value from RGB is 101 - color contains mainly: green. Hex color #4B6518 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B6518 is #B49AE7. Grayscale: #545454. Windows color (decimal): -11836136 or 1598795. OLE color: 1598795.
HSL color Cylindrical-coordinate representation of color #4B6518: hue angle of 80.26º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4B6518 is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 75 | 101 | 24 | - |
| CMYK | 0.26 | 0 | 0.76 | 0.60 |
| HSL | 80.26º | 0.62% | 0.25% | - |
| HSV(B) | 80.26º | 0.76% | 0.4% | - |
| XYZ | 7.72 | 10.87 | 2.56 | - |
| YUV | 84.45 | 93.89 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 101 | 24 | 0.26 | 0 | 0.76 | 0.60 | 80.26 | 0.62 | 0.25 |
| Hex | 4B | 65 | 18 | 1A | 0 | 4C | 3C | 50 | 3E | 19 |
| Octal | 113 | 145 | 30 | 32 | 0 | 114 | 74 | 120 | 76 | 31 |
| Binary | 1001011 | 1100101 | 11000 | 11010 | 0 | 1001100 | 111100 | 1010000 | 111110 | 11001 |
Color Harmonies of #4B6518
Complementary color
Monochromatic Colors of #4B6518
Black with #4B6518
Text Example
Text Example
White with #4B6518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6518; }
p { color: rgb(75,101,24); }
H1.HeaderClassName
{
color: #4B6518;
}
.AnyTagClassName
{
color: #4B6518;
}
</style>
background-color css
<style>
a { background-color: #4B6518; }
a { background-color: rgb(75,101,24); }
div.DivClassName
{
background-color: #4B6518;
}
.BgClassName
{
background-color: #4B6518;
}
</style>
border-color css
<style>
span { border-color: #4B6518; }
span { border-color: rgb(75,101,24); }
td.TdClassName
{
border-color: #4B6518;
}
.TagClassName
{
border-color: #4B6518;
}
</style>