Shades of Verdun Green #43541A
Tints of Verdun Green #43541A
RGB
CMYK
RGB Variations
Color information
#43541A (or 0x43541A) is known color: Verdun Green. HEX triplet: 43, 54 and 1A. RGB value is (67,84,26). Sum of RGB (Red+Green+Blue) = 67+84+26=177 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.85% from 177); Green value is 84 (33.20% from 255 or 47.46% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 84 - color contains mainly: green. Hex color #43541A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43541A is #BCABE5. Grayscale: #484848. Windows color (decimal): -12364774 or 1725507. OLE color: 1725507.
HSL color Cylindrical-coordinate representation of color #43541A: hue angle of 77.59º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43541A is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 84 | 26 | - |
| CMYK | 0.20 | 0 | 0.69 | 0.67 |
| HSL | 77.59º | 0.53% | 0.22% | - |
| HSV(B) | 77.59º | 0.69% | 0.33% | - |
| XYZ | 5.67 | 7.61 | 2.15 | - |
| YUV | 72.31 | 101.87 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 84 | 26 | 0.20 | 0 | 0.69 | 0.67 | 77.59 | 0.53 | 0.22 |
| Hex | 43 | 54 | 1A | 14 | 0 | 45 | 43 | 4E | 35 | 16 |
| Octal | 103 | 124 | 32 | 24 | 0 | 105 | 103 | 116 | 65 | 26 |
| Binary | 1000011 | 1010100 | 11010 | 10100 | 0 | 1000101 | 1000011 | 1001110 | 110101 | 10110 |
Color Harmonies of #43541A
Complementary color
Monochromatic Colors of #43541A
Black with #43541A
Text Example
Text Example
White with #43541A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43541A; }
p { color: rgb(67,84,26); }
H1.HeaderClassName
{
color: #43541A;
}
.AnyTagClassName
{
color: #43541A;
}
</style>
background-color css
<style>
a { background-color: #43541A; }
a { background-color: rgb(67,84,26); }
div.DivClassName
{
background-color: #43541A;
}
.BgClassName
{
background-color: #43541A;
}
</style>
border-color css
<style>
span { border-color: #43541A; }
span { border-color: rgb(67,84,26); }
td.TdClassName
{
border-color: #43541A;
}
.TagClassName
{
border-color: #43541A;
}
</style>