Shades of Verdun Green #436414
Tints of Verdun Green #436414
RGB
CMYK
RGB Variations
Color information
#436414 (or 0x436414) is known color: Verdun Green. HEX triplet: 43, 64 and 14. RGB value is (67,100,20). Sum of RGB (Red+Green+Blue) = 67+100+20=187 (24% of max value = 765). Red value is 67 (26.56% from 255 or 35.83% from 187); Green value is 100 (39.45% from 255 or 53.48% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 100 - color contains mainly: green. Hex color #436414 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #436414 is #BC9BEB. Grayscale: #515151. Windows color (decimal): -12360684 or 1336387. OLE color: 1336387.
HSL color Cylindrical-coordinate representation of color #436414: hue angle of 84.75º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #436414 is Cyan = 0.33, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 67 | 100 | 20 | - |
| CMYK | 0.33 | 0 | 0.8 | 0.61 |
| HSL | 84.75º | 0.67% | 0.24% | - |
| HSV(B) | 84.75º | 0.8% | 0.39% | - |
| XYZ | 7 | 10.36 | 2.29 | - |
| YUV | 81.01 | 93.57 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 100 | 20 | 0.33 | 0 | 0.8 | 0.61 | 84.75 | 0.67 | 0.24 |
| Hex | 43 | 64 | 14 | 21 | 0 | 50 | 3D | 55 | 43 | 18 |
| Octal | 103 | 144 | 24 | 41 | 0 | 120 | 75 | 125 | 103 | 30 |
| Binary | 1000011 | 1100100 | 10100 | 100001 | 0 | 1010000 | 111101 | 1010101 | 1000011 | 11000 |
Color Harmonies of #436414
Complementary color
Monochromatic Colors of #436414
Black with #436414
Text Example
Text Example
White with #436414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436414; }
p { color: rgb(67,100,20); }
H1.HeaderClassName
{
color: #436414;
}
.AnyTagClassName
{
color: #436414;
}
</style>
background-color css
<style>
a { background-color: #436414; }
a { background-color: rgb(67,100,20); }
div.DivClassName
{
background-color: #436414;
}
.BgClassName
{
background-color: #436414;
}
</style>
border-color css
<style>
span { border-color: #436414; }
span { border-color: rgb(67,100,20); }
td.TdClassName
{
border-color: #436414;
}
.TagClassName
{
border-color: #436414;
}
</style>