Shades of Verdun Green #436110
Tints of Verdun Green #436110
RGB
CMYK
RGB Variations
Color information
#436110 (or 0x436110) is known color: Verdun Green. HEX triplet: 43, 61 and 10. RGB value is (67,97,16). Sum of RGB (Red+Green+Blue) = 67+97+16=180 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.22% from 180); Green value is 97 (38.28% from 255 or 53.89% from 180); Blue value is 16 (6.64% from 255 or 8.89% from 180); Max value from RGB is 97 - color contains mainly: green. Hex color #436110 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #436110 is #BC9EEF. Grayscale: #4F4F4F. Windows color (decimal): -12361456 or 1073475. OLE color: 1073475.
HSL color Cylindrical-coordinate representation of color #436110: hue angle of 82.22º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #436110 is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 67 | 97 | 16 | - |
| CMYK | 0.31 | 0 | 0.84 | 0.62 |
| HSL | 82.22º | 0.72% | 0.22% | - |
| HSV(B) | 82.22º | 0.84% | 0.38% | - |
| XYZ | 6.68 | 9.78 | 2.03 | - |
| YUV | 78.8 | 92.56 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 97 | 16 | 0.31 | 0 | 0.84 | 0.62 | 82.22 | 0.72 | 0.22 |
| Hex | 43 | 61 | 10 | 1F | 0 | 54 | 3E | 52 | 48 | 16 |
| Octal | 103 | 141 | 20 | 37 | 0 | 124 | 76 | 122 | 110 | 26 |
| Binary | 1000011 | 1100001 | 10000 | 11111 | 0 | 1010100 | 111110 | 1010010 | 1001000 | 10110 |
Color Harmonies of #436110
Complementary color
Monochromatic Colors of #436110
Black with #436110
Text Example
Text Example
White with #436110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436110; }
p { color: rgb(67,97,16); }
H1.HeaderClassName
{
color: #436110;
}
.AnyTagClassName
{
color: #436110;
}
</style>
background-color css
<style>
a { background-color: #436110; }
a { background-color: rgb(67,97,16); }
div.DivClassName
{
background-color: #436110;
}
.BgClassName
{
background-color: #436110;
}
</style>
border-color css
<style>
span { border-color: #436110; }
span { border-color: rgb(67,97,16); }
td.TdClassName
{
border-color: #436110;
}
.TagClassName
{
border-color: #436110;
}
</style>