Shades of Verdun Green #42491E
Tints of Verdun Green #42491E
RGB
CMYK
RGB Variations
Color information
#42491E (or 0x42491E) is known color: Verdun Green. HEX triplet: 42, 49 and 1E. RGB value is (66,73,30). Sum of RGB (Red+Green+Blue) = 66+73+30=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 73 (28.91% from 255 or 43.20% from 169); Blue value is 30 (12.11% from 255 or 17.75% from 169); Max value from RGB is 73 - color contains mainly: green. Hex color #42491E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42491E is #BDB6E1. Grayscale: #424242. Windows color (decimal): -12433122 or 1984834. OLE color: 1984834.
HSL color Cylindrical-coordinate representation of color #42491E: hue angle of 69.77º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #42491E is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 73 | 30 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.71 |
| HSL | 69.77º | 0.42% | 0.2% | - |
| HSV(B) | 69.77º | 0.59% | 0.29% | - |
| XYZ | 4.86 | 6.02 | 2.13 | - |
| YUV | 66.01 | 107.68 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 73 | 30 | 0.10 | 0 | 0.59 | 0.71 | 69.77 | 0.42 | 0.2 |
| Hex | 42 | 49 | 1E | A | 0 | 3B | 47 | 46 | 2A | 14 |
| Octal | 102 | 111 | 36 | 12 | 0 | 73 | 107 | 106 | 52 | 24 |
| Binary | 1000010 | 1001001 | 11110 | 1010 | 0 | 111011 | 1000111 | 1000110 | 101010 | 10100 |
Color Harmonies of #42491E
Complementary color
Monochromatic Colors of #42491E
Black with #42491E
Text Example
Text Example
White with #42491E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42491E; }
p { color: rgb(66,73,30); }
H1.HeaderClassName
{
color: #42491E;
}
.AnyTagClassName
{
color: #42491E;
}
</style>
background-color css
<style>
a { background-color: #42491E; }
a { background-color: rgb(66,73,30); }
div.DivClassName
{
background-color: #42491E;
}
.BgClassName
{
background-color: #42491E;
}
</style>
border-color css
<style>
span { border-color: #42491E; }
span { border-color: rgb(66,73,30); }
td.TdClassName
{
border-color: #42491E;
}
.TagClassName
{
border-color: #42491E;
}
</style>