Shades of Verdun Green #4B5012
Tints of Verdun Green #4B5012
RGB
CMYK
RGB Variations
Color information
#4B5012 (or 0x4B5012) is known color: Verdun Green. HEX triplet: 4B, 50 and 12. RGB value is (75,80,18). Sum of RGB (Red+Green+Blue) = 75+80+18=173 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.35% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 18 (7.42% from 255 or 10.40% from 173); Max value from RGB is 80 - color contains mainly: green. Hex color #4B5012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5012 is #B4AFED. Grayscale: #474747. Windows color (decimal): -11841518 or 1200203. OLE color: 1200203.
HSL color Cylindrical-coordinate representation of color #4B5012: hue angle of 64.84º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B5012 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 75 | 80 | 18 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.69 |
| HSL | 64.84º | 0.63% | 0.19% | - |
| HSV(B) | 64.84º | 0.78% | 0.31% | - |
| XYZ | 5.88 | 7.28 | 1.67 | - |
| YUV | 71.44 | 97.84 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 80 | 18 | 0.06 | 0 | 0.78 | 0.69 | 64.84 | 0.63 | 0.19 |
| Hex | 4B | 50 | 12 | 6 | 0 | 4E | 45 | 41 | 3F | 13 |
| Octal | 113 | 120 | 22 | 6 | 0 | 116 | 105 | 101 | 77 | 23 |
| Binary | 1001011 | 1010000 | 10010 | 110 | 0 | 1001110 | 1000101 | 1000001 | 111111 | 10011 |
Color Harmonies of #4B5012
Complementary color
Monochromatic Colors of #4B5012
Black with #4B5012
Text Example
Text Example
White with #4B5012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5012; }
p { color: rgb(75,80,18); }
H1.HeaderClassName
{
color: #4B5012;
}
.AnyTagClassName
{
color: #4B5012;
}
</style>
background-color css
<style>
a { background-color: #4B5012; }
a { background-color: rgb(75,80,18); }
div.DivClassName
{
background-color: #4B5012;
}
.BgClassName
{
background-color: #4B5012;
}
</style>
border-color css
<style>
span { border-color: #4B5012; }
span { border-color: rgb(75,80,18); }
td.TdClassName
{
border-color: #4B5012;
}
.TagClassName
{
border-color: #4B5012;
}
</style>