Shades of Verdun Green #43440C
Tints of Verdun Green #43440C
RGB
CMYK
RGB Variations
Color information
#43440C (or 0x43440C) is known color: Verdun Green. HEX triplet: 43, 44 and 0C. RGB value is (67,68,12). Sum of RGB (Red+Green+Blue) = 67+68+12=147 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.58% from 147); Green value is 68 (26.95% from 255 or 46.26% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 68 - color contains mainly: green. Hex color #43440C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43440C is #BCBBF3. Grayscale: #3D3D3D. Windows color (decimal): -12368884 or 803907. OLE color: 803907.
HSL color Cylindrical-coordinate representation of color #43440C: hue angle of 61.07º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #43440C is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 67 | 68 | 12 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.73 |
| HSL | 61.07º | 0.7% | 0.16% | - |
| HSV(B) | 61.07º | 0.82% | 0.27% | - |
| XYZ | 4.45 | 5.35 | 1.15 | - |
| YUV | 61.32 | 100.17 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 68 | 12 | 0.01 | 0 | 0.82 | 0.73 | 61.07 | 0.7 | 0.16 |
| Hex | 43 | 44 | C | 1 | 0 | 52 | 49 | 3D | 46 | 10 |
| Octal | 103 | 104 | 14 | 1 | 0 | 122 | 111 | 75 | 106 | 20 |
| Binary | 1000011 | 1000100 | 1100 | 1 | 0 | 1010010 | 1001001 | 111101 | 1000110 | 10000 |
Color Harmonies of #43440C
Complementary color
Monochromatic Colors of #43440C
Black with #43440C
Text Example
Text Example
White with #43440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43440C; }
p { color: rgb(67,68,12); }
H1.HeaderClassName
{
color: #43440C;
}
.AnyTagClassName
{
color: #43440C;
}
</style>
background-color css
<style>
a { background-color: #43440C; }
a { background-color: rgb(67,68,12); }
div.DivClassName
{
background-color: #43440C;
}
.BgClassName
{
background-color: #43440C;
}
</style>
border-color css
<style>
span { border-color: #43440C; }
span { border-color: rgb(67,68,12); }
td.TdClassName
{
border-color: #43440C;
}
.TagClassName
{
border-color: #43440C;
}
</style>