Shades of Verdun Green #42471D
Tints of Verdun Green #42471D
RGB
CMYK
RGB Variations
Color information
#42471D (or 0x42471D) is known color: Verdun Green. HEX triplet: 42, 47 and 1D. RGB value is (66,71,29). Sum of RGB (Red+Green+Blue) = 66+71+29=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 71 (28.12% from 255 or 42.77% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 71 - color contains mainly: green. Hex color #42471D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42471D is #BDB8E2. Grayscale: #404040. Windows color (decimal): -12433635 or 1918786. OLE color: 1918786.
HSL color Cylindrical-coordinate representation of color #42471D: hue angle of 67.14º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #42471D is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 66 | 71 | 29 | - |
| CMYK | 0.07 | 0 | 0.59 | 0.72 |
| HSL | 67.14º | 0.42% | 0.2% | - |
| HSV(B) | 67.14º | 0.59% | 0.28% | - |
| XYZ | 4.72 | 5.75 | 2.02 | - |
| YUV | 64.72 | 107.84 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 71 | 29 | 0.07 | 0 | 0.59 | 0.72 | 67.14 | 0.42 | 0.2 |
| Hex | 42 | 47 | 1D | 7 | 0 | 3B | 48 | 43 | 2A | 14 |
| Octal | 102 | 107 | 35 | 7 | 0 | 73 | 110 | 103 | 52 | 24 |
| Binary | 1000010 | 1000111 | 11101 | 111 | 0 | 111011 | 1001000 | 1000011 | 101010 | 10100 |
Color Harmonies of #42471D
Complementary color
Monochromatic Colors of #42471D
Black with #42471D
Text Example
Text Example
White with #42471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42471D; }
p { color: rgb(66,71,29); }
H1.HeaderClassName
{
color: #42471D;
}
.AnyTagClassName
{
color: #42471D;
}
</style>
background-color css
<style>
a { background-color: #42471D; }
a { background-color: rgb(66,71,29); }
div.DivClassName
{
background-color: #42471D;
}
.BgClassName
{
background-color: #42471D;
}
</style>
border-color css
<style>
span { border-color: #42471D; }
span { border-color: rgb(66,71,29); }
td.TdClassName
{
border-color: #42471D;
}
.TagClassName
{
border-color: #42471D;
}
</style>