Shades of Verdun Green #474B0B
Tints of Verdun Green #474B0B
RGB
CMYK
RGB Variations
Color information
#474B0B (or 0x474B0B) is known color: Verdun Green. HEX triplet: 47, 4B and 0B. RGB value is (71,75,11). Sum of RGB (Red+Green+Blue) = 71+75+11=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 75 (29.69% from 255 or 47.77% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 75 - color contains mainly: green. Hex color #474B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474B0B is #B8B4F4. Grayscale: #424242. Windows color (decimal): -12104949 or 740167. OLE color: 740167.
HSL color Cylindrical-coordinate representation of color #474B0B: hue angle of 63.75º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #474B0B is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 75 | 11 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.71 |
| HSL | 63.75º | 0.74% | 0.17% | - |
| HSV(B) | 63.75º | 0.85% | 0.29% | - |
| XYZ | 5.18 | 6.4 | 1.28 | - |
| YUV | 66.51 | 96.67 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 75 | 11 | 0.05 | 0 | 0.85 | 0.71 | 63.75 | 0.74 | 0.17 |
| Hex | 47 | 4B | B | 5 | 0 | 55 | 47 | 40 | 4A | 11 |
| Octal | 107 | 113 | 13 | 5 | 0 | 125 | 107 | 100 | 112 | 21 |
| Binary | 1000111 | 1001011 | 1011 | 101 | 0 | 1010101 | 1000111 | 1000000 | 1001010 | 10001 |
Color Harmonies of #474B0B
Complementary color
Monochromatic Colors of #474B0B
Black with #474B0B
Text Example
Text Example
White with #474B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474B0B; }
p { color: rgb(71,75,11); }
H1.HeaderClassName
{
color: #474B0B;
}
.AnyTagClassName
{
color: #474B0B;
}
</style>
background-color css
<style>
a { background-color: #474B0B; }
a { background-color: rgb(71,75,11); }
div.DivClassName
{
background-color: #474B0B;
}
.BgClassName
{
background-color: #474B0B;
}
</style>
border-color css
<style>
span { border-color: #474B0B; }
span { border-color: rgb(71,75,11); }
td.TdClassName
{
border-color: #474B0B;
}
.TagClassName
{
border-color: #474B0B;
}
</style>