Shades of Verdun Green #4A500B
Tints of Verdun Green #4A500B
RGB
CMYK
RGB Variations
Color information
#4A500B (or 0x4A500B) is known color: Verdun Green. HEX triplet: 4A, 50 and 0B. RGB value is (74,80,11). Sum of RGB (Red+Green+Blue) = 74+80+11=165 (21% of max value = 765). Red value is 74 (29.30% from 255 or 44.85% from 165); Green value is 80 (31.64% from 255 or 48.48% from 165); Blue value is 11 (4.69% from 255 or 6.67% from 165); Max value from RGB is 80 - color contains mainly: green. Hex color #4A500B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A500B is #B5AFF4. Grayscale: #464646. Windows color (decimal): -11907061 or 741450. OLE color: 741450.
HSL color Cylindrical-coordinate representation of color #4A500B: hue angle of 65.22º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4A500B is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 74 | 80 | 11 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.69 |
| HSL | 65.22º | 0.76% | 0.18% | - |
| HSV(B) | 65.22º | 0.86% | 0.31% | - |
| XYZ | 5.75 | 7.22 | 1.41 | - |
| YUV | 70.34 | 94.51 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 80 | 11 | 0.08 | 0 | 0.86 | 0.69 | 65.22 | 0.76 | 0.18 |
| Hex | 4A | 50 | B | 8 | 0 | 56 | 45 | 41 | 4C | 12 |
| Octal | 112 | 120 | 13 | 10 | 0 | 126 | 105 | 101 | 114 | 22 |
| Binary | 1001010 | 1010000 | 1011 | 1000 | 0 | 1010110 | 1000101 | 1000001 | 1001100 | 10010 |
Color Harmonies of #4A500B
Complementary color
Monochromatic Colors of #4A500B
Black with #4A500B
Text Example
Text Example
White with #4A500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A500B; }
p { color: rgb(74,80,11); }
H1.HeaderClassName
{
color: #4A500B;
}
.AnyTagClassName
{
color: #4A500B;
}
</style>
background-color css
<style>
a { background-color: #4A500B; }
a { background-color: rgb(74,80,11); }
div.DivClassName
{
background-color: #4A500B;
}
.BgClassName
{
background-color: #4A500B;
}
</style>
border-color css
<style>
span { border-color: #4A500B; }
span { border-color: rgb(74,80,11); }
td.TdClassName
{
border-color: #4A500B;
}
.TagClassName
{
border-color: #4A500B;
}
</style>