Shades of Verdun Green #43540C
Tints of Verdun Green #43540C
RGB
CMYK
RGB Variations
Color information
#43540C (or 0x43540C) is known color: Verdun Green. HEX triplet: 43, 54 and 0C. RGB value is (67,84,12). Sum of RGB (Red+Green+Blue) = 67+84+12=163 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.10% from 163); Green value is 84 (33.20% from 255 or 51.53% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 84 - color contains mainly: green. Hex color #43540C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #43540C is #BCABF3. Grayscale: #464646. Windows color (decimal): -12364788 or 808003. OLE color: 808003.
HSL color Cylindrical-coordinate representation of color #43540C: hue angle of 74.17º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #43540C is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 84 | 12 | - |
| CMYK | 0.20 | 0 | 0.86 | 0.67 |
| HSL | 74.17º | 0.75% | 0.19% | - |
| HSV(B) | 74.17º | 0.86% | 0.33% | - |
| XYZ | 5.55 | 7.56 | 1.51 | - |
| YUV | 70.71 | 94.87 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 84 | 12 | 0.20 | 0 | 0.86 | 0.67 | 74.17 | 0.75 | 0.19 |
| Hex | 43 | 54 | C | 14 | 0 | 56 | 43 | 4A | 4B | 13 |
| Octal | 103 | 124 | 14 | 24 | 0 | 126 | 103 | 112 | 113 | 23 |
| Binary | 1000011 | 1010100 | 1100 | 10100 | 0 | 1010110 | 1000011 | 1001010 | 1001011 | 10011 |
Color Harmonies of #43540C
Complementary color
Monochromatic Colors of #43540C
Black with #43540C
Text Example
Text Example
White with #43540C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43540C; }
p { color: rgb(67,84,12); }
H1.HeaderClassName
{
color: #43540C;
}
.AnyTagClassName
{
color: #43540C;
}
</style>
background-color css
<style>
a { background-color: #43540C; }
a { background-color: rgb(67,84,12); }
div.DivClassName
{
background-color: #43540C;
}
.BgClassName
{
background-color: #43540C;
}
</style>
border-color css
<style>
span { border-color: #43540C; }
span { border-color: rgb(67,84,12); }
td.TdClassName
{
border-color: #43540C;
}
.TagClassName
{
border-color: #43540C;
}
</style>