Shades of Verdun Green #4B6804
Tints of Verdun Green #4B6804
RGB
CMYK
RGB Variations
Color information
#4B6804 (or 0x4B6804) is known color: Verdun Green. HEX triplet: 4B, 68 and 04. RGB value is (75,104,4). Sum of RGB (Red+Green+Blue) = 75+104+4=183 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.98% from 183); Green value is 104 (41.02% from 255 or 56.83% from 183); Blue value is 4 (1.95% from 255 or 2.19% from 183); Max value from RGB is 104 - color contains mainly: green. Hex color #4B6804 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B6804 is #B497FB. Grayscale: #545454. Windows color (decimal): -11835388 or 288843. OLE color: 288843.
HSL color Cylindrical-coordinate representation of color #4B6804: hue angle of 77.4º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B6804 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 75 | 104 | 4 | - |
| CMYK | 0.28 | 0 | 0.96 | 0.59 |
| HSL | 77.4º | 0.93% | 0.21% | - |
| HSV(B) | 77.4º | 0.96% | 0.41% | - |
| XYZ | 7.87 | 11.41 | 1.9 | - |
| YUV | 83.93 | 82.89 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 104 | 4 | 0.28 | 0 | 0.96 | 0.59 | 77.4 | 0.93 | 0.21 |
| Hex | 4B | 68 | 4 | 1C | 0 | 60 | 3B | 4D | 5D | 15 |
| Octal | 113 | 150 | 4 | 34 | 0 | 140 | 73 | 115 | 135 | 25 |
| Binary | 1001011 | 1101000 | 100 | 11100 | 0 | 1100000 | 111011 | 1001101 | 1011101 | 10101 |
Color Harmonies of #4B6804
Complementary color
Monochromatic Colors of #4B6804
Black with #4B6804
Text Example
Text Example
White with #4B6804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6804; }
p { color: rgb(75,104,4); }
H1.HeaderClassName
{
color: #4B6804;
}
.AnyTagClassName
{
color: #4B6804;
}
</style>
background-color css
<style>
a { background-color: #4B6804; }
a { background-color: rgb(75,104,4); }
div.DivClassName
{
background-color: #4B6804;
}
.BgClassName
{
background-color: #4B6804;
}
</style>
border-color css
<style>
span { border-color: #4B6804; }
span { border-color: rgb(75,104,4); }
td.TdClassName
{
border-color: #4B6804;
}
.TagClassName
{
border-color: #4B6804;
}
</style>