Shades of Verdun Green #43490A
Tints of Verdun Green #43490A
RGB
CMYK
RGB Variations
Color information
#43490A (or 0x43490A) is known color: Verdun Green. HEX triplet: 43, 49 and 0A. RGB value is (67,73,10). Sum of RGB (Red+Green+Blue) = 67+73+10=150 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.67% from 150); Green value is 73 (28.91% from 255 or 48.67% from 150); Blue value is 10 (4.30% from 255 or 6.67% from 150); Max value from RGB is 73 - color contains mainly: green. Hex color #43490A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43490A is #BCB6F5. Grayscale: #404040. Windows color (decimal): -12367606 or 674115. OLE color: 674115.
HSL color Cylindrical-coordinate representation of color #43490A: hue angle of 65.71º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #43490A is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 73 | 10 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.71 |
| HSL | 65.71º | 0.76% | 0.16% | - |
| HSV(B) | 65.71º | 0.86% | 0.29% | - |
| XYZ | 4.75 | 5.98 | 1.19 | - |
| YUV | 64.02 | 97.51 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 73 | 10 | 0.08 | 0 | 0.86 | 0.71 | 65.71 | 0.76 | 0.16 |
| Hex | 43 | 49 | A | 8 | 0 | 56 | 47 | 42 | 4C | 10 |
| Octal | 103 | 111 | 12 | 10 | 0 | 126 | 107 | 102 | 114 | 20 |
| Binary | 1000011 | 1001001 | 1010 | 1000 | 0 | 1010110 | 1000111 | 1000010 | 1001100 | 10000 |
Color Harmonies of #43490A
Complementary color
Monochromatic Colors of #43490A
Black with #43490A
Text Example
Text Example
White with #43490A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43490A; }
p { color: rgb(67,73,10); }
H1.HeaderClassName
{
color: #43490A;
}
.AnyTagClassName
{
color: #43490A;
}
</style>
background-color css
<style>
a { background-color: #43490A; }
a { background-color: rgb(67,73,10); }
div.DivClassName
{
background-color: #43490A;
}
.BgClassName
{
background-color: #43490A;
}
</style>
border-color css
<style>
span { border-color: #43490A; }
span { border-color: rgb(67,73,10); }
td.TdClassName
{
border-color: #43490A;
}
.TagClassName
{
border-color: #43490A;
}
</style>