Shades of Verdun Green #424713
Tints of Verdun Green #424713
RGB
CMYK
RGB Variations
Color information
#424713 (or 0x424713) is known color: Verdun Green. HEX triplet: 42, 47 and 13. RGB value is (66,71,19). Sum of RGB (Red+Green+Blue) = 66+71+19=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 71 (28.12% from 255 or 45.51% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 71 - color contains mainly: green. Hex color #424713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424713 is #BDB8EC. Grayscale: #3F3F3F. Windows color (decimal): -12433645 or 1263426. OLE color: 1263426.
HSL color Cylindrical-coordinate representation of color #424713: hue angle of 65.77º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #424713 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 66 | 71 | 19 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.72 |
| HSL | 65.77º | 0.58% | 0.18% | - |
| HSV(B) | 65.77º | 0.73% | 0.28% | - |
| XYZ | 4.62 | 5.71 | 1.48 | - |
| YUV | 63.58 | 102.84 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 71 | 19 | 0.07 | 0 | 0.73 | 0.72 | 65.77 | 0.58 | 0.18 |
| Hex | 42 | 47 | 13 | 7 | 0 | 49 | 48 | 42 | 3A | 12 |
| Octal | 102 | 107 | 23 | 7 | 0 | 111 | 110 | 102 | 72 | 22 |
| Binary | 1000010 | 1000111 | 10011 | 111 | 0 | 1001001 | 1001000 | 1000010 | 111010 | 10010 |
Color Harmonies of #424713
Complementary color
Monochromatic Colors of #424713
Black with #424713
Text Example
Text Example
White with #424713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424713; }
p { color: rgb(66,71,19); }
H1.HeaderClassName
{
color: #424713;
}
.AnyTagClassName
{
color: #424713;
}
</style>
background-color css
<style>
a { background-color: #424713; }
a { background-color: rgb(66,71,19); }
div.DivClassName
{
background-color: #424713;
}
.BgClassName
{
background-color: #424713;
}
</style>
border-color css
<style>
span { border-color: #424713; }
span { border-color: rgb(66,71,19); }
td.TdClassName
{
border-color: #424713;
}
.TagClassName
{
border-color: #424713;
}
</style>