Shades of Verdun Green #474305
Tints of Verdun Green #474305
RGB
CMYK
RGB Variations
Color information
#474305 (or 0x474305) is known color: Verdun Green. HEX triplet: 47, 43 and 05. RGB value is (71,67,5). Sum of RGB (Red+Green+Blue) = 71+67+5=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 67 (26.56% from 255 or 46.85% from 143); Blue value is 5 (2.34% from 255 or 3.50% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #474305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474305 is #B8BCFA. Grayscale: #3D3D3D. Windows color (decimal): -12107003 or 344903. OLE color: 344903.
HSL color Cylindrical-coordinate representation of color #474305: hue angle of 56.36º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #474305 is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 67 | 5 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.72 |
| HSL | 56.36º | 0.87% | 0.15% | - |
| HSV(B) | 56.36º | 0.93% | 0.28% | - |
| XYZ | 4.63 | 5.36 | 0.93 | - |
| YUV | 61.13 | 96.33 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 67 | 5 | 0 | 0.06 | 0.93 | 0.72 | 56.36 | 0.87 | 0.15 |
| Hex | 47 | 43 | 5 | 0 | 6 | 5D | 48 | 38 | 57 | F |
| Octal | 107 | 103 | 5 | 0 | 6 | 135 | 110 | 70 | 127 | 17 |
| Binary | 1000111 | 1000011 | 101 | 0 | 110 | 1011101 | 1001000 | 111000 | 1010111 | 1111 |
Color Harmonies of #474305
Complementary color
Monochromatic Colors of #474305
Black with #474305
Text Example
Text Example
White with #474305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474305; }
p { color: rgb(71,67,5); }
H1.HeaderClassName
{
color: #474305;
}
.AnyTagClassName
{
color: #474305;
}
</style>
background-color css
<style>
a { background-color: #474305; }
a { background-color: rgb(71,67,5); }
div.DivClassName
{
background-color: #474305;
}
.BgClassName
{
background-color: #474305;
}
</style>
border-color css
<style>
span { border-color: #474305; }
span { border-color: rgb(71,67,5); }
td.TdClassName
{
border-color: #474305;
}
.TagClassName
{
border-color: #474305;
}
</style>