Shades of Verdun Green #424F0D
Tints of Verdun Green #424F0D
RGB
CMYK
RGB Variations
Color information
#424F0D (or 0x424F0D) is known color: Verdun Green. HEX triplet: 42, 4F and 0D. RGB value is (66,79,13). Sum of RGB (Red+Green+Blue) = 66+79+13=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 79 (31.25% from 255 or 50% from 158); Blue value is 13 (5.47% from 255 or 8.23% from 158); Max value from RGB is 79 - color contains mainly: green. Hex color #424F0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #424F0D is #BDB0F2. Grayscale: #434343. Windows color (decimal): -12431603 or 872258. OLE color: 872258.
HSL color Cylindrical-coordinate representation of color #424F0D: hue angle of 71.82º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #424F0D is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 79 | 13 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.69 |
| HSL | 71.82º | 0.72% | 0.18% | - |
| HSV(B) | 71.82º | 0.84% | 0.31% | - |
| XYZ | 5.12 | 6.78 | 1.42 | - |
| YUV | 67.59 | 97.19 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 79 | 13 | 0.16 | 0 | 0.84 | 0.69 | 71.82 | 0.72 | 0.18 |
| Hex | 42 | 4F | D | 10 | 0 | 54 | 45 | 48 | 48 | 12 |
| Octal | 102 | 117 | 15 | 20 | 0 | 124 | 105 | 110 | 110 | 22 |
| Binary | 1000010 | 1001111 | 1101 | 10000 | 0 | 1010100 | 1000101 | 1001000 | 1001000 | 10010 |
Color Harmonies of #424F0D
Complementary color
Monochromatic Colors of #424F0D
Black with #424F0D
Text Example
Text Example
White with #424F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424F0D; }
p { color: rgb(66,79,13); }
H1.HeaderClassName
{
color: #424F0D;
}
.AnyTagClassName
{
color: #424F0D;
}
</style>
background-color css
<style>
a { background-color: #424F0D; }
a { background-color: rgb(66,79,13); }
div.DivClassName
{
background-color: #424F0D;
}
.BgClassName
{
background-color: #424F0D;
}
</style>
border-color css
<style>
span { border-color: #424F0D; }
span { border-color: rgb(66,79,13); }
td.TdClassName
{
border-color: #424F0D;
}
.TagClassName
{
border-color: #424F0D;
}
</style>