Shades of Verdun Green #43490C
Tints of Verdun Green #43490C
RGB
CMYK
RGB Variations
Color information
#43490C (or 0x43490C) is known color: Verdun Green. HEX triplet: 43, 49 and 0C. RGB value is (67,73,12). Sum of RGB (Red+Green+Blue) = 67+73+12=152 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.08% from 152); Green value is 73 (28.91% from 255 or 48.03% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 73 - color contains mainly: green. Hex color #43490C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43490C is #BCB6F3. Grayscale: #404040. Windows color (decimal): -12367604 or 805187. OLE color: 805187.
HSL color Cylindrical-coordinate representation of color #43490C: hue angle of 65.9º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #43490C is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 73 | 12 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.71 |
| HSL | 65.9º | 0.72% | 0.17% | - |
| HSV(B) | 65.9º | 0.84% | 0.29% | - |
| XYZ | 4.76 | 5.98 | 1.25 | - |
| YUV | 64.25 | 98.51 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 73 | 12 | 0.08 | 0 | 0.84 | 0.71 | 65.9 | 0.72 | 0.17 |
| Hex | 43 | 49 | C | 8 | 0 | 54 | 47 | 42 | 48 | 11 |
| Octal | 103 | 111 | 14 | 10 | 0 | 124 | 107 | 102 | 110 | 21 |
| Binary | 1000011 | 1001001 | 1100 | 1000 | 0 | 1010100 | 1000111 | 1000010 | 1001000 | 10001 |
Color Harmonies of #43490C
Complementary color
Monochromatic Colors of #43490C
Black with #43490C
Text Example
Text Example
White with #43490C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43490C; }
p { color: rgb(67,73,12); }
H1.HeaderClassName
{
color: #43490C;
}
.AnyTagClassName
{
color: #43490C;
}
</style>
background-color css
<style>
a { background-color: #43490C; }
a { background-color: rgb(67,73,12); }
div.DivClassName
{
background-color: #43490C;
}
.BgClassName
{
background-color: #43490C;
}
</style>
border-color css
<style>
span { border-color: #43490C; }
span { border-color: rgb(67,73,12); }
td.TdClassName
{
border-color: #43490C;
}
.TagClassName
{
border-color: #43490C;
}
</style>