Shades of Verdun Green #436206
Tints of Verdun Green #436206
RGB
CMYK
RGB Variations
Color information
#436206 (or 0x436206) is known color: Verdun Green. HEX triplet: 43, 62 and 06. RGB value is (67,98,6). Sum of RGB (Red+Green+Blue) = 67+98+6=171 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.18% from 171); Green value is 98 (38.67% from 255 or 57.31% from 171); Blue value is 6 (2.73% from 255 or 3.51% from 171); Max value from RGB is 98 - color contains mainly: green. Hex color #436206 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #436206 is #BC9DF9. Grayscale: #4E4E4E. Windows color (decimal): -12361210 or 418371. OLE color: 418371.
HSL color Cylindrical-coordinate representation of color #436206: hue angle of 80.22º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #436206 is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 67 | 98 | 6 | - |
| CMYK | 0.32 | 0 | 0.94 | 0.62 |
| HSL | 80.22º | 0.88% | 0.2% | - |
| HSV(B) | 80.22º | 0.94% | 0.38% | - |
| XYZ | 6.72 | 9.94 | 1.74 | - |
| YUV | 78.24 | 87.23 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 98 | 6 | 0.32 | 0 | 0.94 | 0.62 | 80.22 | 0.88 | 0.2 |
| Hex | 43 | 62 | 6 | 20 | 0 | 5E | 3E | 50 | 58 | 14 |
| Octal | 103 | 142 | 6 | 40 | 0 | 136 | 76 | 120 | 130 | 24 |
| Binary | 1000011 | 1100010 | 110 | 100000 | 0 | 1011110 | 111110 | 1010000 | 1011000 | 10100 |
Color Harmonies of #436206
Complementary color
Monochromatic Colors of #436206
Black with #436206
Text Example
Text Example
White with #436206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436206; }
p { color: rgb(67,98,6); }
H1.HeaderClassName
{
color: #436206;
}
.AnyTagClassName
{
color: #436206;
}
</style>
background-color css
<style>
a { background-color: #436206; }
a { background-color: rgb(67,98,6); }
div.DivClassName
{
background-color: #436206;
}
.BgClassName
{
background-color: #436206;
}
</style>
border-color css
<style>
span { border-color: #436206; }
span { border-color: rgb(67,98,6); }
td.TdClassName
{
border-color: #436206;
}
.TagClassName
{
border-color: #436206;
}
</style>