Shades of Verdun Green #475F0D
Tints of Verdun Green #475F0D
RGB
CMYK
RGB Variations
Color information
#475F0D (or 0x475F0D) is known color: Verdun Green. HEX triplet: 47, 5F and 0D. RGB value is (71,95,13). Sum of RGB (Red+Green+Blue) = 71+95+13=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 95 (37.5% from 255 or 53.07% from 179); Blue value is 13 (5.47% from 255 or 7.26% from 179); Max value from RGB is 95 - color contains mainly: green. Hex color #475F0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475F0D is #B8A0F2. Grayscale: #4E4E4E. Windows color (decimal): -12099827 or 876359. OLE color: 876359.
HSL color Cylindrical-coordinate representation of color #475F0D: hue angle of 77.56º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #475F0D is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 71 | 95 | 13 | - |
| CMYK | 0.25 | 0 | 0.86 | 0.63 |
| HSL | 77.56º | 0.76% | 0.21% | - |
| HSV(B) | 77.56º | 0.86% | 0.37% | - |
| XYZ | 6.76 | 9.55 | 1.87 | - |
| YUV | 78.48 | 91.05 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 95 | 13 | 0.25 | 0 | 0.86 | 0.63 | 77.56 | 0.76 | 0.21 |
| Hex | 47 | 5F | D | 19 | 0 | 56 | 3F | 4E | 4C | 15 |
| Octal | 107 | 137 | 15 | 31 | 0 | 126 | 77 | 116 | 114 | 25 |
| Binary | 1000111 | 1011111 | 1101 | 11001 | 0 | 1010110 | 111111 | 1001110 | 1001100 | 10101 |
Color Harmonies of #475F0D
Complementary color
Monochromatic Colors of #475F0D
Black with #475F0D
Text Example
Text Example
White with #475F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475F0D; }
p { color: rgb(71,95,13); }
H1.HeaderClassName
{
color: #475F0D;
}
.AnyTagClassName
{
color: #475F0D;
}
</style>
background-color css
<style>
a { background-color: #475F0D; }
a { background-color: rgb(71,95,13); }
div.DivClassName
{
background-color: #475F0D;
}
.BgClassName
{
background-color: #475F0D;
}
</style>
border-color css
<style>
span { border-color: #475F0D; }
span { border-color: rgb(71,95,13); }
td.TdClassName
{
border-color: #475F0D;
}
.TagClassName
{
border-color: #475F0D;
}
</style>