Shades of Verdun Green #43531A
Tints of Verdun Green #43531A
RGB
CMYK
RGB Variations
Color information
#43531A (or 0x43531A) is known color: Verdun Green. HEX triplet: 43, 53 and 1A. RGB value is (67,83,26). Sum of RGB (Red+Green+Blue) = 67+83+26=176 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.07% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 83 - color contains mainly: green. Hex color #43531A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43531A is #BCACE5. Grayscale: #474747. Windows color (decimal): -12365030 or 1725251. OLE color: 1725251.
HSL color Cylindrical-coordinate representation of color #43531A: hue angle of 76.84º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43531A is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 83 | 26 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.67 |
| HSL | 76.84º | 0.52% | 0.21% | - |
| HSV(B) | 76.84º | 0.69% | 0.33% | - |
| XYZ | 5.59 | 7.45 | 2.12 | - |
| YUV | 71.72 | 102.2 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 83 | 26 | 0.19 | 0 | 0.69 | 0.67 | 76.84 | 0.52 | 0.21 |
| Hex | 43 | 53 | 1A | 13 | 0 | 45 | 43 | 4D | 34 | 15 |
| Octal | 103 | 123 | 32 | 23 | 0 | 105 | 103 | 115 | 64 | 25 |
| Binary | 1000011 | 1010011 | 11010 | 10011 | 0 | 1000101 | 1000011 | 1001101 | 110100 | 10101 |
Color Harmonies of #43531A
Complementary color
Monochromatic Colors of #43531A
Black with #43531A
Text Example
Text Example
White with #43531A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43531A; }
p { color: rgb(67,83,26); }
H1.HeaderClassName
{
color: #43531A;
}
.AnyTagClassName
{
color: #43531A;
}
</style>
background-color css
<style>
a { background-color: #43531A; }
a { background-color: rgb(67,83,26); }
div.DivClassName
{
background-color: #43531A;
}
.BgClassName
{
background-color: #43531A;
}
</style>
border-color css
<style>
span { border-color: #43531A; }
span { border-color: rgb(67,83,26); }
td.TdClassName
{
border-color: #43531A;
}
.TagClassName
{
border-color: #43531A;
}
</style>