Shades of Verdun Green #43541D
Tints of Verdun Green #43541D
RGB
CMYK
RGB Variations
Color information
#43541D (or 0x43541D) is known color: Verdun Green. HEX triplet: 43, 54 and 1D. RGB value is (67,84,29). Sum of RGB (Red+Green+Blue) = 67+84+29=180 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.22% from 180); Green value is 84 (33.20% from 255 or 46.67% from 180); Blue value is 29 (11.72% from 255 or 16.11% from 180); Max value from RGB is 84 - color contains mainly: green. Hex color #43541D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43541D is #BCABE2. Grayscale: #484848. Windows color (decimal): -12364771 or 1922115. OLE color: 1922115.
HSL color Cylindrical-coordinate representation of color #43541D: hue angle of 78.55º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43541D is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 84 | 29 | - |
| CMYK | 0.20 | 0 | 0.65 | 0.67 |
| HSL | 78.55º | 0.49% | 0.22% | - |
| HSV(B) | 78.55º | 0.65% | 0.33% | - |
| XYZ | 5.71 | 7.62 | 2.33 | - |
| YUV | 72.65 | 103.37 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 84 | 29 | 0.20 | 0 | 0.65 | 0.67 | 78.55 | 0.49 | 0.22 |
| Hex | 43 | 54 | 1D | 14 | 0 | 41 | 43 | 4F | 31 | 16 |
| Octal | 103 | 124 | 35 | 24 | 0 | 101 | 103 | 117 | 61 | 26 |
| Binary | 1000011 | 1010100 | 11101 | 10100 | 0 | 1000001 | 1000011 | 1001111 | 110001 | 10110 |
Color Harmonies of #43541D
Complementary color
Monochromatic Colors of #43541D
Black with #43541D
Text Example
Text Example
White with #43541D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43541D; }
p { color: rgb(67,84,29); }
H1.HeaderClassName
{
color: #43541D;
}
.AnyTagClassName
{
color: #43541D;
}
</style>
background-color css
<style>
a { background-color: #43541D; }
a { background-color: rgb(67,84,29); }
div.DivClassName
{
background-color: #43541D;
}
.BgClassName
{
background-color: #43541D;
}
</style>
border-color css
<style>
span { border-color: #43541D; }
span { border-color: rgb(67,84,29); }
td.TdClassName
{
border-color: #43541D;
}
.TagClassName
{
border-color: #43541D;
}
</style>