Shades of Verdun Green #43540E
Tints of Verdun Green #43540E
RGB
CMYK
RGB Variations
Color information
#43540E (or 0x43540E) is known color: Verdun Green. HEX triplet: 43, 54 and 0E. RGB value is (67,84,14). Sum of RGB (Red+Green+Blue) = 67+84+14=165 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.61% from 165); Green value is 84 (33.20% from 255 or 50.91% from 165); Blue value is 14 (5.86% from 255 or 8.48% from 165); Max value from RGB is 84 - color contains mainly: green. Hex color #43540E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #43540E is #BCABF1. Grayscale: #474747. Windows color (decimal): -12364786 or 939075. OLE color: 939075.
HSL color Cylindrical-coordinate representation of color #43540E: hue angle of 74.57º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #43540E is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 84 | 14 | - |
| CMYK | 0.20 | 0 | 0.83 | 0.67 |
| HSL | 74.57º | 0.71% | 0.19% | - |
| HSV(B) | 74.57º | 0.83% | 0.33% | - |
| XYZ | 5.56 | 7.57 | 1.58 | - |
| YUV | 70.94 | 95.87 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 84 | 14 | 0.20 | 0 | 0.83 | 0.67 | 74.57 | 0.71 | 0.19 |
| Hex | 43 | 54 | E | 14 | 0 | 53 | 43 | 4B | 47 | 13 |
| Octal | 103 | 124 | 16 | 24 | 0 | 123 | 103 | 113 | 107 | 23 |
| Binary | 1000011 | 1010100 | 1110 | 10100 | 0 | 1010011 | 1000011 | 1001011 | 1000111 | 10011 |
Color Harmonies of #43540E
Complementary color
Monochromatic Colors of #43540E
Black with #43540E
Text Example
Text Example
White with #43540E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43540E; }
p { color: rgb(67,84,14); }
H1.HeaderClassName
{
color: #43540E;
}
.AnyTagClassName
{
color: #43540E;
}
</style>
background-color css
<style>
a { background-color: #43540E; }
a { background-color: rgb(67,84,14); }
div.DivClassName
{
background-color: #43540E;
}
.BgClassName
{
background-color: #43540E;
}
</style>
border-color css
<style>
span { border-color: #43540E; }
span { border-color: rgb(67,84,14); }
td.TdClassName
{
border-color: #43540E;
}
.TagClassName
{
border-color: #43540E;
}
</style>