Shades of Verdun Green #475F0F
Tints of Verdun Green #475F0F
RGB
CMYK
RGB Variations
Color information
#475F0F (or 0x475F0F) is known color: Verdun Green. HEX triplet: 47, 5F and 0F. RGB value is (71,95,15). Sum of RGB (Red+Green+Blue) = 71+95+15=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 95 (37.5% from 255 or 52.49% from 181); Blue value is 15 (6.25% from 255 or 8.29% from 181); Max value from RGB is 95 - color contains mainly: green. Hex color #475F0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475F0F is #B8A0F0. Grayscale: #4F4F4F. Windows color (decimal): -12099825 or 1007431. OLE color: 1007431.
HSL color Cylindrical-coordinate representation of color #475F0F: hue angle of 78º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #475F0F is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 71 | 95 | 15 | - |
| CMYK | 0.25 | 0 | 0.84 | 0.63 |
| HSL | 78º | 0.73% | 0.22% | - |
| HSV(B) | 78º | 0.84% | 0.37% | - |
| XYZ | 6.78 | 9.56 | 1.94 | - |
| YUV | 78.7 | 92.05 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 95 | 15 | 0.25 | 0 | 0.84 | 0.63 | 78 | 0.73 | 0.22 |
| Hex | 47 | 5F | F | 19 | 0 | 54 | 3F | 4E | 49 | 16 |
| Octal | 107 | 137 | 17 | 31 | 0 | 124 | 77 | 116 | 111 | 26 |
| Binary | 1000111 | 1011111 | 1111 | 11001 | 0 | 1010100 | 111111 | 1001110 | 1001001 | 10110 |
Color Harmonies of #475F0F
Complementary color
Monochromatic Colors of #475F0F
Black with #475F0F
Text Example
Text Example
White with #475F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475F0F; }
p { color: rgb(71,95,15); }
H1.HeaderClassName
{
color: #475F0F;
}
.AnyTagClassName
{
color: #475F0F;
}
</style>
background-color css
<style>
a { background-color: #475F0F; }
a { background-color: rgb(71,95,15); }
div.DivClassName
{
background-color: #475F0F;
}
.BgClassName
{
background-color: #475F0F;
}
</style>
border-color css
<style>
span { border-color: #475F0F; }
span { border-color: rgb(71,95,15); }
td.TdClassName
{
border-color: #475F0F;
}
.TagClassName
{
border-color: #475F0F;
}
</style>