Shades of Verdun Green #424400
Tints of Verdun Green #424400
RGB
CMYK
RGB Variations
Color information
#424400 (or 0x424400) is known color: Verdun Green. HEX triplet: 42, 44 and 00. RGB value is (66,68,0). Sum of RGB (Red+Green+Blue) = 66+68+0=134 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.25% from 134); Green value is 68 (26.95% from 255 or 50.75% from 134); Blue value is 0 (0.39% from 255 or 0% from 134); Max value from RGB is 68 - color contains mainly: green. Hex color #424400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424400 is #BDBBFF. Grayscale: #3B3B3B. Windows color (decimal): -12434432 or 17474. OLE color: 17474.
HSL color Cylindrical-coordinate representation of color #424400: hue angle of 61.76º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #424400 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 66 | 68 | 0 | - |
| CMYK | 0.03 | 0 | 1 | 0.73 |
| HSL | 61.76º | 1% | 0.13% | - |
| HSV(B) | 61.76º | 1% | 0.27% | - |
| XYZ | 4.31 | 5.29 | 0.79 | - |
| YUV | 59.65 | 94.34 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 68 | 0 | 0.03 | 0 | 1 | 0.73 | 61.76 | 1 | 0.13 |
| Hex | 42 | 44 | 0 | 3 | 0 | 64 | 49 | 3E | 64 | D |
| Octal | 102 | 104 | 0 | 3 | 0 | 144 | 111 | 76 | 144 | 15 |
| Binary | 1000010 | 1000100 | 0 | 11 | 0 | 1100100 | 1001001 | 111110 | 1100100 | 1101 |
Color Harmonies of #424400
Complementary color
Monochromatic Colors of #424400
Black with #424400
Text Example
Text Example
White with #424400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424400; }
p { color: rgb(66,68,0); }
H1.HeaderClassName
{
color: #424400;
}
.AnyTagClassName
{
color: #424400;
}
</style>
background-color css
<style>
a { background-color: #424400; }
a { background-color: rgb(66,68,0); }
div.DivClassName
{
background-color: #424400;
}
.BgClassName
{
background-color: #424400;
}
</style>
border-color css
<style>
span { border-color: #424400; }
span { border-color: rgb(66,68,0); }
td.TdClassName
{
border-color: #424400;
}
.TagClassName
{
border-color: #424400;
}
</style>