Shades of Verdun Green #43510D
Tints of Verdun Green #43510D
RGB
CMYK
RGB Variations
Color information
#43510D (or 0x43510D) is known color: Verdun Green. HEX triplet: 43, 51 and 0D. RGB value is (67,81,13). Sum of RGB (Red+Green+Blue) = 67+81+13=161 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.61% from 161); Green value is 81 (32.03% from 255 or 50.31% from 161); Blue value is 13 (5.47% from 255 or 8.07% from 161); Max value from RGB is 81 - color contains mainly: green. Hex color #43510D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #43510D is #BCAEF2. Grayscale: #454545. Windows color (decimal): -12365555 or 872771. OLE color: 872771.
HSL color Cylindrical-coordinate representation of color #43510D: hue angle of 72.35º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #43510D is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 67 | 81 | 13 | - |
| CMYK | 0.17 | 0 | 0.84 | 0.68 |
| HSL | 72.35º | 0.72% | 0.18% | - |
| HSV(B) | 72.35º | 0.84% | 0.32% | - |
| XYZ | 5.33 | 7.11 | 1.47 | - |
| YUV | 69.06 | 96.36 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 81 | 13 | 0.17 | 0 | 0.84 | 0.68 | 72.35 | 0.72 | 0.18 |
| Hex | 43 | 51 | D | 11 | 0 | 54 | 44 | 48 | 48 | 12 |
| Octal | 103 | 121 | 15 | 21 | 0 | 124 | 104 | 110 | 110 | 22 |
| Binary | 1000011 | 1010001 | 1101 | 10001 | 0 | 1010100 | 1000100 | 1001000 | 1001000 | 10010 |
Color Harmonies of #43510D
Complementary color
Monochromatic Colors of #43510D
Black with #43510D
Text Example
Text Example
White with #43510D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43510D; }
p { color: rgb(67,81,13); }
H1.HeaderClassName
{
color: #43510D;
}
.AnyTagClassName
{
color: #43510D;
}
</style>
background-color css
<style>
a { background-color: #43510D; }
a { background-color: rgb(67,81,13); }
div.DivClassName
{
background-color: #43510D;
}
.BgClassName
{
background-color: #43510D;
}
</style>
border-color css
<style>
span { border-color: #43510D; }
span { border-color: rgb(67,81,13); }
td.TdClassName
{
border-color: #43510D;
}
.TagClassName
{
border-color: #43510D;
}
</style>