Shades of Verdun Green #475C1D
Tints of Verdun Green #475C1D
RGB
CMYK
RGB Variations
Color information
#475C1D (or 0x475C1D) is known color: Verdun Green. HEX triplet: 47, 5C and 1D. RGB value is (71,92,29). Sum of RGB (Red+Green+Blue) = 71+92+29=192 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.98% from 192); Green value is 92 (36.33% from 255 or 47.92% from 192); Blue value is 29 (11.72% from 255 or 15.10% from 192); Max value from RGB is 92 - color contains mainly: green. Hex color #475C1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475C1D is #B8A3E2. Grayscale: #4E4E4E. Windows color (decimal): -12100579 or 1924167. OLE color: 1924167.
HSL color Cylindrical-coordinate representation of color #475C1D: hue angle of 80º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #475C1D is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 92 | 29 | - |
| CMYK | 0.23 | 0 | 0.68 | 0.64 |
| HSL | 80º | 0.52% | 0.24% | - |
| HSV(B) | 80º | 0.68% | 0.36% | - |
| XYZ | 6.65 | 9.08 | 2.57 | - |
| YUV | 78.54 | 100.04 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 92 | 29 | 0.23 | 0 | 0.68 | 0.64 | 80 | 0.52 | 0.24 |
| Hex | 47 | 5C | 1D | 17 | 0 | 44 | 40 | 50 | 34 | 18 |
| Octal | 107 | 134 | 35 | 27 | 0 | 104 | 100 | 120 | 64 | 30 |
| Binary | 1000111 | 1011100 | 11101 | 10111 | 0 | 1000100 | 1000000 | 1010000 | 110100 | 11000 |
Color Harmonies of #475C1D
Complementary color
Monochromatic Colors of #475C1D
Black with #475C1D
Text Example
Text Example
White with #475C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475C1D; }
p { color: rgb(71,92,29); }
H1.HeaderClassName
{
color: #475C1D;
}
.AnyTagClassName
{
color: #475C1D;
}
</style>
background-color css
<style>
a { background-color: #475C1D; }
a { background-color: rgb(71,92,29); }
div.DivClassName
{
background-color: #475C1D;
}
.BgClassName
{
background-color: #475C1D;
}
</style>
border-color css
<style>
span { border-color: #475C1D; }
span { border-color: rgb(71,92,29); }
td.TdClassName
{
border-color: #475C1D;
}
.TagClassName
{
border-color: #475C1D;
}
</style>