Shades of Verdun Green #43430D
Tints of Verdun Green #43430D
RGB
CMYK
RGB Variations
Color information
#43430D (or 0x43430D) is known color: Verdun Green. HEX triplet: 43, 43 and 0D. RGB value is (67,67,13). Sum of RGB (Red+Green+Blue) = 67+67+13=147 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.58% from 147); Green value is 67 (26.56% from 255 or 45.58% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 67 - color contains mainly: red, green. Hex color #43430D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43430D is #BCBCF2. Grayscale: #3D3D3D. Windows color (decimal): -12369139 or 869187. OLE color: 869187.
HSL color Cylindrical-coordinate representation of color #43430D: hue angle of 60º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #43430D is Cyan = 0, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 67 | 13 | - |
| CMYK | 0 | 0 | 0.81 | 0.74 |
| HSL | 60º | 0.68% | 0.16% | - |
| HSV(B) | 60º | 0.81% | 0.26% | - |
| XYZ | 4.39 | 5.24 | 1.16 | - |
| YUV | 60.84 | 101 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 67 | 13 | 0 | 0 | 0.81 | 0.74 | 60 | 0.68 | 0.16 |
| Hex | 43 | 43 | D | 0 | 0 | 51 | 4A | 3C | 44 | 10 |
| Octal | 103 | 103 | 15 | 0 | 0 | 121 | 112 | 74 | 104 | 20 |
| Binary | 1000011 | 1000011 | 1101 | 0 | 0 | 1010001 | 1001010 | 111100 | 1000100 | 10000 |
Color Harmonies of #43430D
Complementary color
Monochromatic Colors of #43430D
Black with #43430D
Text Example
Text Example
White with #43430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43430D; }
p { color: rgb(67,67,13); }
H1.HeaderClassName
{
color: #43430D;
}
.AnyTagClassName
{
color: #43430D;
}
</style>
background-color css
<style>
a { background-color: #43430D; }
a { background-color: rgb(67,67,13); }
div.DivClassName
{
background-color: #43430D;
}
.BgClassName
{
background-color: #43430D;
}
</style>
border-color css
<style>
span { border-color: #43430D; }
span { border-color: rgb(67,67,13); }
td.TdClassName
{
border-color: #43430D;
}
.TagClassName
{
border-color: #43430D;
}
</style>