Shades of Verdun Green #434D11
Tints of Verdun Green #434D11
RGB
CMYK
RGB Variations
Color information
#434D11 (or 0x434D11) is known color: Verdun Green. HEX triplet: 43, 4D and 11. RGB value is (67,77,17). Sum of RGB (Red+Green+Blue) = 67+77+17=161 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.61% from 161); Green value is 77 (30.47% from 255 or 47.83% from 161); Blue value is 17 (7.03% from 255 or 10.56% from 161); Max value from RGB is 77 - color contains mainly: green. Hex color #434D11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #434D11 is #BCB2EE. Grayscale: #434343. Windows color (decimal): -12366575 or 1133891. OLE color: 1133891.
HSL color Cylindrical-coordinate representation of color #434D11: hue angle of 70º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #434D11 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 77 | 17 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.70 |
| HSL | 70º | 0.64% | 0.18% | - |
| HSV(B) | 70º | 0.78% | 0.3% | - |
| XYZ | 5.07 | 6.54 | 1.53 | - |
| YUV | 67.17 | 99.69 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 77 | 17 | 0.13 | 0 | 0.78 | 0.70 | 70 | 0.64 | 0.18 |
| Hex | 43 | 4D | 11 | D | 0 | 4E | 46 | 46 | 40 | 12 |
| Octal | 103 | 115 | 21 | 15 | 0 | 116 | 106 | 106 | 100 | 22 |
| Binary | 1000011 | 1001101 | 10001 | 1101 | 0 | 1001110 | 1000110 | 1000110 | 1000000 | 10010 |
Color Harmonies of #434D11
Complementary color
Monochromatic Colors of #434D11
Black with #434D11
Text Example
Text Example
White with #434D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434D11; }
p { color: rgb(67,77,17); }
H1.HeaderClassName
{
color: #434D11;
}
.AnyTagClassName
{
color: #434D11;
}
</style>
background-color css
<style>
a { background-color: #434D11; }
a { background-color: rgb(67,77,17); }
div.DivClassName
{
background-color: #434D11;
}
.BgClassName
{
background-color: #434D11;
}
</style>
border-color css
<style>
span { border-color: #434D11; }
span { border-color: rgb(67,77,17); }
td.TdClassName
{
border-color: #434D11;
}
.TagClassName
{
border-color: #434D11;
}
</style>