Shades of Verdun Green #424913
Tints of Verdun Green #424913
RGB
CMYK
RGB Variations
Color information
#424913 (or 0x424913) is known color: Verdun Green. HEX triplet: 42, 49 and 13. RGB value is (66,73,19). Sum of RGB (Red+Green+Blue) = 66+73+19=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 73 (28.91% from 255 or 46.20% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 73 - color contains mainly: green. Hex color #424913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424913 is #BDB6EC. Grayscale: #404040. Windows color (decimal): -12433133 or 1263938. OLE color: 1263938.
HSL color Cylindrical-coordinate representation of color #424913: hue angle of 67.78º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #424913 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 73 | 19 | - |
| CMYK | 0.10 | 0 | 0.74 | 0.71 |
| HSL | 67.78º | 0.59% | 0.18% | - |
| HSV(B) | 67.78º | 0.74% | 0.29% | - |
| XYZ | 4.75 | 5.97 | 1.52 | - |
| YUV | 64.75 | 102.18 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 73 | 19 | 0.10 | 0 | 0.74 | 0.71 | 67.78 | 0.59 | 0.18 |
| Hex | 42 | 49 | 13 | A | 0 | 4A | 47 | 44 | 3B | 12 |
| Octal | 102 | 111 | 23 | 12 | 0 | 112 | 107 | 104 | 73 | 22 |
| Binary | 1000010 | 1001001 | 10011 | 1010 | 0 | 1001010 | 1000111 | 1000100 | 111011 | 10010 |
Color Harmonies of #424913
Complementary color
Monochromatic Colors of #424913
Black with #424913
Text Example
Text Example
White with #424913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424913; }
p { color: rgb(66,73,19); }
H1.HeaderClassName
{
color: #424913;
}
.AnyTagClassName
{
color: #424913;
}
</style>
background-color css
<style>
a { background-color: #424913; }
a { background-color: rgb(66,73,19); }
div.DivClassName
{
background-color: #424913;
}
.BgClassName
{
background-color: #424913;
}
</style>
border-color css
<style>
span { border-color: #424913; }
span { border-color: rgb(66,73,19); }
td.TdClassName
{
border-color: #424913;
}
.TagClassName
{
border-color: #424913;
}
</style>