Shades of Verdun Green #43470A
Tints of Verdun Green #43470A
RGB
CMYK
RGB Variations
Color information
#43470A (or 0x43470A) is known color: Verdun Green. HEX triplet: 43, 47 and 0A. RGB value is (67,71,10). Sum of RGB (Red+Green+Blue) = 67+71+10=148 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.27% from 148); Green value is 71 (28.12% from 255 or 47.97% from 148); Blue value is 10 (4.30% from 255 or 6.76% from 148); Max value from RGB is 71 - color contains mainly: green. Hex color #43470A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43470A is #BCB8F5. Grayscale: #3F3F3F. Windows color (decimal): -12368118 or 673603. OLE color: 673603.
HSL color Cylindrical-coordinate representation of color #43470A: hue angle of 63.93º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #43470A is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 67 | 71 | 10 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.72 |
| HSL | 63.93º | 0.75% | 0.16% | - |
| HSV(B) | 63.93º | 0.86% | 0.28% | - |
| XYZ | 4.62 | 5.72 | 1.15 | - |
| YUV | 62.85 | 98.17 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 71 | 10 | 0.06 | 0 | 0.86 | 0.72 | 63.93 | 0.75 | 0.16 |
| Hex | 43 | 47 | A | 6 | 0 | 56 | 48 | 40 | 4B | 10 |
| Octal | 103 | 107 | 12 | 6 | 0 | 126 | 110 | 100 | 113 | 20 |
| Binary | 1000011 | 1000111 | 1010 | 110 | 0 | 1010110 | 1001000 | 1000000 | 1001011 | 10000 |
Color Harmonies of #43470A
Complementary color
Monochromatic Colors of #43470A
Black with #43470A
Text Example
Text Example
White with #43470A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43470A; }
p { color: rgb(67,71,10); }
H1.HeaderClassName
{
color: #43470A;
}
.AnyTagClassName
{
color: #43470A;
}
</style>
background-color css
<style>
a { background-color: #43470A; }
a { background-color: rgb(67,71,10); }
div.DivClassName
{
background-color: #43470A;
}
.BgClassName
{
background-color: #43470A;
}
</style>
border-color css
<style>
span { border-color: #43470A; }
span { border-color: rgb(67,71,10); }
td.TdClassName
{
border-color: #43470A;
}
.TagClassName
{
border-color: #43470A;
}
</style>