Shades of Verdun Green #43460A
Tints of Verdun Green #43460A
RGB
CMYK
RGB Variations
Color information
#43460A (or 0x43460A) is known color: Verdun Green. HEX triplet: 43, 46 and 0A. RGB value is (67,70,10). Sum of RGB (Red+Green+Blue) = 67+70+10=147 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.58% from 147); Green value is 70 (27.73% from 255 or 47.62% from 147); Blue value is 10 (4.30% from 255 or 6.80% from 147); Max value from RGB is 70 - color contains mainly: green. Hex color #43460A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43460A is #BCB9F5. Grayscale: #3E3E3E. Windows color (decimal): -12368374 or 673347. OLE color: 673347.
HSL color Cylindrical-coordinate representation of color #43460A: hue angle of 63º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #43460A is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 67 | 70 | 10 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.73 |
| HSL | 63º | 0.75% | 0.16% | - |
| HSV(B) | 63º | 0.86% | 0.27% | - |
| XYZ | 4.56 | 5.6 | 1.13 | - |
| YUV | 62.26 | 98.51 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 70 | 10 | 0.04 | 0 | 0.86 | 0.73 | 63 | 0.75 | 0.16 |
| Hex | 43 | 46 | A | 4 | 0 | 56 | 49 | 3F | 4B | 10 |
| Octal | 103 | 106 | 12 | 4 | 0 | 126 | 111 | 77 | 113 | 20 |
| Binary | 1000011 | 1000110 | 1010 | 100 | 0 | 1010110 | 1001001 | 111111 | 1001011 | 10000 |
Color Harmonies of #43460A
Complementary color
Monochromatic Colors of #43460A
Black with #43460A
Text Example
Text Example
White with #43460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43460A; }
p { color: rgb(67,70,10); }
H1.HeaderClassName
{
color: #43460A;
}
.AnyTagClassName
{
color: #43460A;
}
</style>
background-color css
<style>
a { background-color: #43460A; }
a { background-color: rgb(67,70,10); }
div.DivClassName
{
background-color: #43460A;
}
.BgClassName
{
background-color: #43460A;
}
</style>
border-color css
<style>
span { border-color: #43460A; }
span { border-color: rgb(67,70,10); }
td.TdClassName
{
border-color: #43460A;
}
.TagClassName
{
border-color: #43460A;
}
</style>