Shades of Verdun Green #43470E
Tints of Verdun Green #43470E
RGB
CMYK
RGB Variations
Color information
#43470E (or 0x43470E) is known color: Verdun Green. HEX triplet: 43, 47 and 0E. RGB value is (67,71,14). Sum of RGB (Red+Green+Blue) = 67+71+14=152 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.08% from 152); Green value is 71 (28.12% from 255 or 46.71% from 152); Blue value is 14 (5.86% from 255 or 9.21% from 152); Max value from RGB is 71 - color contains mainly: green. Hex color #43470E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43470E is #BCB8F1. Grayscale: #3F3F3F. Windows color (decimal): -12368114 or 935747. OLE color: 935747.
HSL color Cylindrical-coordinate representation of color #43470E: hue angle of 64.21º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #43470E is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 67 | 71 | 14 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.72 |
| HSL | 64.21º | 0.67% | 0.17% | - |
| HSV(B) | 64.21º | 0.8% | 0.28% | - |
| XYZ | 4.65 | 5.73 | 1.28 | - |
| YUV | 63.31 | 100.17 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 71 | 14 | 0.06 | 0 | 0.80 | 0.72 | 64.21 | 0.67 | 0.17 |
| Hex | 43 | 47 | E | 6 | 0 | 50 | 48 | 40 | 43 | 11 |
| Octal | 103 | 107 | 16 | 6 | 0 | 120 | 110 | 100 | 103 | 21 |
| Binary | 1000011 | 1000111 | 1110 | 110 | 0 | 1010000 | 1001000 | 1000000 | 1000011 | 10001 |
Color Harmonies of #43470E
Complementary color
Monochromatic Colors of #43470E
Black with #43470E
Text Example
Text Example
White with #43470E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43470E; }
p { color: rgb(67,71,14); }
H1.HeaderClassName
{
color: #43470E;
}
.AnyTagClassName
{
color: #43470E;
}
</style>
background-color css
<style>
a { background-color: #43470E; }
a { background-color: rgb(67,71,14); }
div.DivClassName
{
background-color: #43470E;
}
.BgClassName
{
background-color: #43470E;
}
</style>
border-color css
<style>
span { border-color: #43470E; }
span { border-color: rgb(67,71,14); }
td.TdClassName
{
border-color: #43470E;
}
.TagClassName
{
border-color: #43470E;
}
</style>