Shades of Verdun Green #43510C
Tints of Verdun Green #43510C
RGB
CMYK
RGB Variations
Color information
#43510C (or 0x43510C) is known color: Verdun Green. HEX triplet: 43, 51 and 0C. RGB value is (67,81,12). Sum of RGB (Red+Green+Blue) = 67+81+12=160 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.88% from 160); Green value is 81 (32.03% from 255 or 50.62% from 160); Blue value is 12 (5.08% from 255 or 7.5% from 160); Max value from RGB is 81 - color contains mainly: green. Hex color #43510C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #43510C is #BCAEF3. Grayscale: #454545. Windows color (decimal): -12365556 or 807235. OLE color: 807235.
HSL color Cylindrical-coordinate representation of color #43510C: hue angle of 72.17º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #43510C is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 67 | 81 | 12 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.68 |
| HSL | 72.17º | 0.74% | 0.18% | - |
| HSV(B) | 72.17º | 0.85% | 0.32% | - |
| XYZ | 5.32 | 7.1 | 1.44 | - |
| YUV | 68.95 | 95.86 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 81 | 12 | 0.17 | 0 | 0.85 | 0.68 | 72.17 | 0.74 | 0.18 |
| Hex | 43 | 51 | C | 11 | 0 | 55 | 44 | 48 | 4A | 12 |
| Octal | 103 | 121 | 14 | 21 | 0 | 125 | 104 | 110 | 112 | 22 |
| Binary | 1000011 | 1010001 | 1100 | 10001 | 0 | 1010101 | 1000100 | 1001000 | 1001010 | 10010 |
Color Harmonies of #43510C
Complementary color
Monochromatic Colors of #43510C
Black with #43510C
Text Example
Text Example
White with #43510C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43510C; }
p { color: rgb(67,81,12); }
H1.HeaderClassName
{
color: #43510C;
}
.AnyTagClassName
{
color: #43510C;
}
</style>
background-color css
<style>
a { background-color: #43510C; }
a { background-color: rgb(67,81,12); }
div.DivClassName
{
background-color: #43510C;
}
.BgClassName
{
background-color: #43510C;
}
</style>
border-color css
<style>
span { border-color: #43510C; }
span { border-color: rgb(67,81,12); }
td.TdClassName
{
border-color: #43510C;
}
.TagClassName
{
border-color: #43510C;
}
</style>