Shades of Verdun Green #42471E
Tints of Verdun Green #42471E
RGB
CMYK
RGB Variations
Color information
#42471E (or 0x42471E) is known color: Verdun Green. HEX triplet: 42, 47 and 1E. RGB value is (66,71,30). Sum of RGB (Red+Green+Blue) = 66+71+30=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 71 (28.12% from 255 or 42.51% from 167); Blue value is 30 (12.11% from 255 or 17.96% from 167); Max value from RGB is 71 - color contains mainly: green. Hex color #42471E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42471E is #BDB8E1. Grayscale: #404040. Windows color (decimal): -12433634 or 1984322. OLE color: 1984322.
HSL color Cylindrical-coordinate representation of color #42471E: hue angle of 67.32º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42471E is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 66 | 71 | 30 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.72 |
| HSL | 67.32º | 0.41% | 0.2% | - |
| HSV(B) | 67.32º | 0.58% | 0.28% | - |
| XYZ | 4.73 | 5.76 | 2.09 | - |
| YUV | 64.83 | 108.34 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 71 | 30 | 0.07 | 0 | 0.58 | 0.72 | 67.32 | 0.41 | 0.2 |
| Hex | 42 | 47 | 1E | 7 | 0 | 3A | 48 | 43 | 29 | 14 |
| Octal | 102 | 107 | 36 | 7 | 0 | 72 | 110 | 103 | 51 | 24 |
| Binary | 1000010 | 1000111 | 11110 | 111 | 0 | 111010 | 1001000 | 1000011 | 101001 | 10100 |
Color Harmonies of #42471E
Complementary color
Monochromatic Colors of #42471E
Black with #42471E
Text Example
Text Example
White with #42471E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42471E; }
p { color: rgb(66,71,30); }
H1.HeaderClassName
{
color: #42471E;
}
.AnyTagClassName
{
color: #42471E;
}
</style>
background-color css
<style>
a { background-color: #42471E; }
a { background-color: rgb(66,71,30); }
div.DivClassName
{
background-color: #42471E;
}
.BgClassName
{
background-color: #42471E;
}
</style>
border-color css
<style>
span { border-color: #42471E; }
span { border-color: rgb(66,71,30); }
td.TdClassName
{
border-color: #42471E;
}
.TagClassName
{
border-color: #42471E;
}
</style>