Shades of Verdun Green #43660E
Tints of Verdun Green #43660E
RGB
CMYK
RGB Variations
Color information
#43660E (or 0x43660E) is known color: Verdun Green. HEX triplet: 43, 66 and 0E. RGB value is (67,102,14). Sum of RGB (Red+Green+Blue) = 67+102+14=183 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.61% from 183); Green value is 102 (40.23% from 255 or 55.74% from 183); Blue value is 14 (5.86% from 255 or 7.65% from 183); Max value from RGB is 102 - color contains mainly: green. Hex color #43660E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #43660E is #BC99F1. Grayscale: #515151. Windows color (decimal): -12360178 or 943683. OLE color: 943683.
HSL color Cylindrical-coordinate representation of color #43660E: hue angle of 83.86º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #43660E is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 67 | 102 | 14 | - |
| CMYK | 0.34 | 0 | 0.86 | 0.6 |
| HSL | 83.86º | 0.76% | 0.23% | - |
| HSV(B) | 83.86º | 0.86% | 0.4% | - |
| XYZ | 7.15 | 10.73 | 2.11 | - |
| YUV | 81.5 | 89.9 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 102 | 14 | 0.34 | 0 | 0.86 | 0.6 | 83.86 | 0.76 | 0.23 |
| Hex | 43 | 66 | E | 22 | 0 | 56 | 3C | 54 | 4C | 17 |
| Octal | 103 | 146 | 16 | 42 | 0 | 126 | 74 | 124 | 114 | 27 |
| Binary | 1000011 | 1100110 | 1110 | 100010 | 0 | 1010110 | 111100 | 1010100 | 1001100 | 10111 |
Color Harmonies of #43660E
Complementary color
Monochromatic Colors of #43660E
Black with #43660E
Text Example
Text Example
White with #43660E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43660E; }
p { color: rgb(67,102,14); }
H1.HeaderClassName
{
color: #43660E;
}
.AnyTagClassName
{
color: #43660E;
}
</style>
background-color css
<style>
a { background-color: #43660E; }
a { background-color: rgb(67,102,14); }
div.DivClassName
{
background-color: #43660E;
}
.BgClassName
{
background-color: #43660E;
}
</style>
border-color css
<style>
span { border-color: #43660E; }
span { border-color: rgb(67,102,14); }
td.TdClassName
{
border-color: #43660E;
}
.TagClassName
{
border-color: #43660E;
}
</style>