Shades of Verdun Green #43520D
Tints of Verdun Green #43520D
RGB
CMYK
RGB Variations
Color information
#43520D (or 0x43520D) is known color: Verdun Green. HEX triplet: 43, 52 and 0D. RGB value is (67,82,13). Sum of RGB (Red+Green+Blue) = 67+82+13=162 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.36% from 162); Green value is 82 (32.42% from 255 or 50.62% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 82 - color contains mainly: green. Hex color #43520D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #43520D is #BCADF2. Grayscale: #454545. Windows color (decimal): -12365299 or 873027. OLE color: 873027.
HSL color Cylindrical-coordinate representation of color #43520D: hue angle of 73.04º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #43520D is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 67 | 82 | 13 | - |
| CMYK | 0.18 | 0 | 0.84 | 0.68 |
| HSL | 73.04º | 0.73% | 0.19% | - |
| HSV(B) | 73.04º | 0.84% | 0.32% | - |
| XYZ | 5.4 | 7.26 | 1.5 | - |
| YUV | 69.65 | 96.03 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 82 | 13 | 0.18 | 0 | 0.84 | 0.68 | 73.04 | 0.73 | 0.19 |
| Hex | 43 | 52 | D | 12 | 0 | 54 | 44 | 49 | 49 | 13 |
| Octal | 103 | 122 | 15 | 22 | 0 | 124 | 104 | 111 | 111 | 23 |
| Binary | 1000011 | 1010010 | 1101 | 10010 | 0 | 1010100 | 1000100 | 1001001 | 1001001 | 10011 |
Color Harmonies of #43520D
Complementary color
Monochromatic Colors of #43520D
Black with #43520D
Text Example
Text Example
White with #43520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43520D; }
p { color: rgb(67,82,13); }
H1.HeaderClassName
{
color: #43520D;
}
.AnyTagClassName
{
color: #43520D;
}
</style>
background-color css
<style>
a { background-color: #43520D; }
a { background-color: rgb(67,82,13); }
div.DivClassName
{
background-color: #43520D;
}
.BgClassName
{
background-color: #43520D;
}
</style>
border-color css
<style>
span { border-color: #43520D; }
span { border-color: rgb(67,82,13); }
td.TdClassName
{
border-color: #43520D;
}
.TagClassName
{
border-color: #43520D;
}
</style>