Shades of Verdun Green #43500D
Tints of Verdun Green #43500D
RGB
CMYK
RGB Variations
Color information
#43500D (or 0x43500D) is known color: Verdun Green. HEX triplet: 43, 50 and 0D. RGB value is (67,80,13). Sum of RGB (Red+Green+Blue) = 67+80+13=160 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.88% from 160); Green value is 80 (31.64% from 255 or 50% from 160); Blue value is 13 (5.47% from 255 or 8.12% from 160); Max value from RGB is 80 - color contains mainly: green. Hex color #43500D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #43500D is #BCAFF2. Grayscale: #444444. Windows color (decimal): -12365811 or 872515. OLE color: 872515.
HSL color Cylindrical-coordinate representation of color #43500D: hue angle of 71.64º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #43500D is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 80 | 13 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.69 |
| HSL | 71.64º | 0.72% | 0.18% | - |
| HSV(B) | 71.64º | 0.84% | 0.31% | - |
| XYZ | 5.26 | 6.96 | 1.45 | - |
| YUV | 68.48 | 96.69 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 80 | 13 | 0.16 | 0 | 0.84 | 0.69 | 71.64 | 0.72 | 0.18 |
| Hex | 43 | 50 | D | 10 | 0 | 54 | 45 | 48 | 48 | 12 |
| Octal | 103 | 120 | 15 | 20 | 0 | 124 | 105 | 110 | 110 | 22 |
| Binary | 1000011 | 1010000 | 1101 | 10000 | 0 | 1010100 | 1000101 | 1001000 | 1001000 | 10010 |
Color Harmonies of #43500D
Complementary color
Monochromatic Colors of #43500D
Black with #43500D
Text Example
Text Example
White with #43500D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43500D; }
p { color: rgb(67,80,13); }
H1.HeaderClassName
{
color: #43500D;
}
.AnyTagClassName
{
color: #43500D;
}
</style>
background-color css
<style>
a { background-color: #43500D; }
a { background-color: rgb(67,80,13); }
div.DivClassName
{
background-color: #43500D;
}
.BgClassName
{
background-color: #43500D;
}
</style>
border-color css
<style>
span { border-color: #43500D; }
span { border-color: rgb(67,80,13); }
td.TdClassName
{
border-color: #43500D;
}
.TagClassName
{
border-color: #43500D;
}
</style>