Shades of Verdun Green #4B500B
Tints of Verdun Green #4B500B
RGB
CMYK
RGB Variations
Color information
#4B500B (or 0x4B500B) is known color: Verdun Green. HEX triplet: 4B, 50 and 0B. RGB value is (75,80,11). Sum of RGB (Red+Green+Blue) = 75+80+11=166 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.18% from 166); Green value is 80 (31.64% from 255 or 48.19% from 166); Blue value is 11 (4.69% from 255 or 6.63% from 166); Max value from RGB is 80 - color contains mainly: green. Hex color #4B500B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B500B is #B4AFF4. Grayscale: #464646. Windows color (decimal): -11841525 or 741451. OLE color: 741451.
HSL color Cylindrical-coordinate representation of color #4B500B: hue angle of 64.35º 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 #4B500B is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 75 | 80 | 11 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.69 |
| HSL | 64.35º | 0.76% | 0.18% | - |
| HSV(B) | 64.35º | 0.86% | 0.31% | - |
| XYZ | 5.83 | 7.26 | 1.41 | - |
| YUV | 70.64 | 94.34 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 80 | 11 | 0.06 | 0 | 0.86 | 0.69 | 64.35 | 0.76 | 0.18 |
| Hex | 4B | 50 | B | 6 | 0 | 56 | 45 | 40 | 4C | 12 |
| Octal | 113 | 120 | 13 | 6 | 0 | 126 | 105 | 100 | 114 | 22 |
| Binary | 1001011 | 1010000 | 1011 | 110 | 0 | 1010110 | 1000101 | 1000000 | 1001100 | 10010 |
Color Harmonies of #4B500B
Complementary color
Monochromatic Colors of #4B500B
Black with #4B500B
Text Example
Text Example
White with #4B500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B500B; }
p { color: rgb(75,80,11); }
H1.HeaderClassName
{
color: #4B500B;
}
.AnyTagClassName
{
color: #4B500B;
}
</style>
background-color css
<style>
a { background-color: #4B500B; }
a { background-color: rgb(75,80,11); }
div.DivClassName
{
background-color: #4B500B;
}
.BgClassName
{
background-color: #4B500B;
}
</style>
border-color css
<style>
span { border-color: #4B500B; }
span { border-color: rgb(75,80,11); }
td.TdClassName
{
border-color: #4B500B;
}
.TagClassName
{
border-color: #4B500B;
}
</style>