Shades of Verdun Green #43540D
Tints of Verdun Green #43540D
RGB
CMYK
RGB Variations
Color information
#43540D (or 0x43540D) is known color: Verdun Green. HEX triplet: 43, 54 and 0D. RGB value is (67,84,13). Sum of RGB (Red+Green+Blue) = 67+84+13=164 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.85% from 164); Green value is 84 (33.20% from 255 or 51.22% from 164); Blue value is 13 (5.47% from 255 or 7.93% from 164); Max value from RGB is 84 - color contains mainly: green. Hex color #43540D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #43540D is #BCABF2. Grayscale: #474747. Windows color (decimal): -12364787 or 873539. OLE color: 873539.
HSL color Cylindrical-coordinate representation of color #43540D: hue angle of 74.37º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #43540D is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 84 | 13 | - |
| CMYK | 0.20 | 0 | 0.85 | 0.67 |
| HSL | 74.37º | 0.73% | 0.19% | - |
| HSV(B) | 74.37º | 0.85% | 0.33% | - |
| XYZ | 5.56 | 7.56 | 1.55 | - |
| YUV | 70.82 | 95.37 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 84 | 13 | 0.20 | 0 | 0.85 | 0.67 | 74.37 | 0.73 | 0.19 |
| Hex | 43 | 54 | D | 14 | 0 | 55 | 43 | 4A | 49 | 13 |
| Octal | 103 | 124 | 15 | 24 | 0 | 125 | 103 | 112 | 111 | 23 |
| Binary | 1000011 | 1010100 | 1101 | 10100 | 0 | 1010101 | 1000011 | 1001010 | 1001001 | 10011 |
Color Harmonies of #43540D
Complementary color
Monochromatic Colors of #43540D
Black with #43540D
Text Example
Text Example
White with #43540D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43540D; }
p { color: rgb(67,84,13); }
H1.HeaderClassName
{
color: #43540D;
}
.AnyTagClassName
{
color: #43540D;
}
</style>
background-color css
<style>
a { background-color: #43540D; }
a { background-color: rgb(67,84,13); }
div.DivClassName
{
background-color: #43540D;
}
.BgClassName
{
background-color: #43540D;
}
</style>
border-color css
<style>
span { border-color: #43540D; }
span { border-color: rgb(67,84,13); }
td.TdClassName
{
border-color: #43540D;
}
.TagClassName
{
border-color: #43540D;
}
</style>