Shades of Verdun Green #424515
Tints of Verdun Green #424515
RGB
CMYK
RGB Variations
Color information
#424515 (or 0x424515) is known color: Verdun Green. HEX triplet: 42, 45 and 15. RGB value is (66,69,21). Sum of RGB (Red+Green+Blue) = 66+69+21=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 69 (27.34% from 255 or 44.23% from 156); Blue value is 21 (8.59% from 255 or 13.46% from 156); Max value from RGB is 69 - color contains mainly: green. Hex color #424515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424515 is #BDBAEA. Grayscale: #3E3E3E. Windows color (decimal): -12434155 or 1393986. OLE color: 1393986.
HSL color Cylindrical-coordinate representation of color #424515: hue angle of 63.75º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #424515 is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 66 | 69 | 21 | - |
| CMYK | 0.04 | 0 | 0.70 | 0.73 |
| HSL | 63.75º | 0.53% | 0.18% | - |
| HSV(B) | 63.75º | 0.7% | 0.27% | - |
| XYZ | 4.51 | 5.47 | 1.53 | - |
| YUV | 62.63 | 104.51 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 69 | 21 | 0.04 | 0 | 0.70 | 0.73 | 63.75 | 0.53 | 0.18 |
| Hex | 42 | 45 | 15 | 4 | 0 | 46 | 49 | 40 | 35 | 12 |
| Octal | 102 | 105 | 25 | 4 | 0 | 106 | 111 | 100 | 65 | 22 |
| Binary | 1000010 | 1000101 | 10101 | 100 | 0 | 1000110 | 1001001 | 1000000 | 110101 | 10010 |
Color Harmonies of #424515
Complementary color
Monochromatic Colors of #424515
Black with #424515
Text Example
Text Example
White with #424515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424515; }
p { color: rgb(66,69,21); }
H1.HeaderClassName
{
color: #424515;
}
.AnyTagClassName
{
color: #424515;
}
</style>
background-color css
<style>
a { background-color: #424515; }
a { background-color: rgb(66,69,21); }
div.DivClassName
{
background-color: #424515;
}
.BgClassName
{
background-color: #424515;
}
</style>
border-color css
<style>
span { border-color: #424515; }
span { border-color: rgb(66,69,21); }
td.TdClassName
{
border-color: #424515;
}
.TagClassName
{
border-color: #424515;
}
</style>