Shades of Verdun Green #42471B
Tints of Verdun Green #42471B
RGB
CMYK
RGB Variations
Color information
#42471B (or 0x42471B) is known color: Verdun Green. HEX triplet: 42, 47 and 1B. RGB value is (66,71,27). Sum of RGB (Red+Green+Blue) = 66+71+27=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 71 (28.12% from 255 or 43.29% from 164); Blue value is 27 (10.94% from 255 or 16.46% from 164); Max value from RGB is 71 - color contains mainly: green. Hex color #42471B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42471B is #BDB8E4. Grayscale: #404040. Windows color (decimal): -12433637 or 1787714. OLE color: 1787714.
HSL color Cylindrical-coordinate representation of color #42471B: hue angle of 66.82º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42471B is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 66 | 71 | 27 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.72 |
| HSL | 66.82º | 0.45% | 0.19% | - |
| HSV(B) | 66.82º | 0.62% | 0.28% | - |
| XYZ | 4.7 | 5.74 | 1.9 | - |
| YUV | 64.49 | 106.84 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 71 | 27 | 0.07 | 0 | 0.62 | 0.72 | 66.82 | 0.45 | 0.19 |
| Hex | 42 | 47 | 1B | 7 | 0 | 3E | 48 | 43 | 2D | 13 |
| Octal | 102 | 107 | 33 | 7 | 0 | 76 | 110 | 103 | 55 | 23 |
| Binary | 1000010 | 1000111 | 11011 | 111 | 0 | 111110 | 1001000 | 1000011 | 101101 | 10011 |
Color Harmonies of #42471B
Complementary color
Monochromatic Colors of #42471B
Black with #42471B
Text Example
Text Example
White with #42471B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42471B; }
p { color: rgb(66,71,27); }
H1.HeaderClassName
{
color: #42471B;
}
.AnyTagClassName
{
color: #42471B;
}
</style>
background-color css
<style>
a { background-color: #42471B; }
a { background-color: rgb(66,71,27); }
div.DivClassName
{
background-color: #42471B;
}
.BgClassName
{
background-color: #42471B;
}
</style>
border-color css
<style>
span { border-color: #42471B; }
span { border-color: rgb(66,71,27); }
td.TdClassName
{
border-color: #42471B;
}
.TagClassName
{
border-color: #42471B;
}
</style>