Shades of Verdun Green #474E0C
Tints of Verdun Green #474E0C
RGB
CMYK
RGB Variations
Color information
#474E0C (or 0x474E0C) is known color: Verdun Green. HEX triplet: 47, 4E and 0C. RGB value is (71,78,12). Sum of RGB (Red+Green+Blue) = 71+78+12=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 78 (30.86% from 255 or 48.45% from 161); Blue value is 12 (5.08% from 255 or 7.45% from 161); Max value from RGB is 78 - color contains mainly: green. Hex color #474E0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #474E0C is #B8B1F3. Grayscale: #444444. Windows color (decimal): -12104180 or 806471. OLE color: 806471.
HSL color Cylindrical-coordinate representation of color #474E0C: hue angle of 66.36º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #474E0C is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 78 | 12 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.69 |
| HSL | 66.36º | 0.73% | 0.18% | - |
| HSV(B) | 66.36º | 0.85% | 0.31% | - |
| XYZ | 5.39 | 6.81 | 1.38 | - |
| YUV | 68.38 | 96.18 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 78 | 12 | 0.09 | 0 | 0.85 | 0.69 | 66.36 | 0.73 | 0.18 |
| Hex | 47 | 4E | C | 9 | 0 | 55 | 45 | 42 | 49 | 12 |
| Octal | 107 | 116 | 14 | 11 | 0 | 125 | 105 | 102 | 111 | 22 |
| Binary | 1000111 | 1001110 | 1100 | 1001 | 0 | 1010101 | 1000101 | 1000010 | 1001001 | 10010 |
Color Harmonies of #474E0C
Complementary color
Monochromatic Colors of #474E0C
Black with #474E0C
Text Example
Text Example
White with #474E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474E0C; }
p { color: rgb(71,78,12); }
H1.HeaderClassName
{
color: #474E0C;
}
.AnyTagClassName
{
color: #474E0C;
}
</style>
background-color css
<style>
a { background-color: #474E0C; }
a { background-color: rgb(71,78,12); }
div.DivClassName
{
background-color: #474E0C;
}
.BgClassName
{
background-color: #474E0C;
}
</style>
border-color css
<style>
span { border-color: #474E0C; }
span { border-color: rgb(71,78,12); }
td.TdClassName
{
border-color: #474E0C;
}
.TagClassName
{
border-color: #474E0C;
}
</style>