Shades of Verdun Green #424610
Tints of Verdun Green #424610
RGB
CMYK
RGB Variations
Color information
#424610 (or 0x424610) is known color: Verdun Green. HEX triplet: 42, 46 and 10. RGB value is (66,70,16). Sum of RGB (Red+Green+Blue) = 66+70+16=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 70 (27.73% from 255 or 46.05% from 152); Blue value is 16 (6.64% from 255 or 10.53% from 152); Max value from RGB is 70 - color contains mainly: green. Hex color #424610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424610 is #BDB9EF. Grayscale: #3E3E3E. Windows color (decimal): -12433904 or 1066562. OLE color: 1066562.
HSL color Cylindrical-coordinate representation of color #424610: hue angle of 64.44º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #424610 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 66 | 70 | 16 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.73 |
| HSL | 64.44º | 0.63% | 0.17% | - |
| HSV(B) | 64.44º | 0.77% | 0.27% | - |
| XYZ | 4.53 | 5.58 | 1.33 | - |
| YUV | 62.65 | 101.67 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 70 | 16 | 0.06 | 0 | 0.77 | 0.73 | 64.44 | 0.63 | 0.17 |
| Hex | 42 | 46 | 10 | 6 | 0 | 4D | 49 | 40 | 3F | 11 |
| Octal | 102 | 106 | 20 | 6 | 0 | 115 | 111 | 100 | 77 | 21 |
| Binary | 1000010 | 1000110 | 10000 | 110 | 0 | 1001101 | 1001001 | 1000000 | 111111 | 10001 |
Color Harmonies of #424610
Complementary color
Monochromatic Colors of #424610
Black with #424610
Text Example
Text Example
White with #424610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424610; }
p { color: rgb(66,70,16); }
H1.HeaderClassName
{
color: #424610;
}
.AnyTagClassName
{
color: #424610;
}
</style>
background-color css
<style>
a { background-color: #424610; }
a { background-color: rgb(66,70,16); }
div.DivClassName
{
background-color: #424610;
}
.BgClassName
{
background-color: #424610;
}
</style>
border-color css
<style>
span { border-color: #424610; }
span { border-color: rgb(66,70,16); }
td.TdClassName
{
border-color: #424610;
}
.TagClassName
{
border-color: #424610;
}
</style>