Shades of Verdun Green #436205
Tints of Verdun Green #436205
RGB
CMYK
RGB Variations
Color information
#436205 (or 0x436205) is known color: Verdun Green. HEX triplet: 43, 62 and 05. RGB value is (67,98,5). Sum of RGB (Red+Green+Blue) = 67+98+5=170 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.41% from 170); Green value is 98 (38.67% from 255 or 57.65% from 170); Blue value is 5 (2.34% from 255 or 2.94% from 170); Max value from RGB is 98 - color contains mainly: green. Hex color #436205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #436205 is #BC9DFA. Grayscale: #4E4E4E. Windows color (decimal): -12361211 or 352835. OLE color: 352835.
HSL color Cylindrical-coordinate representation of color #436205: hue angle of 80º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #436205 is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 67 | 98 | 5 | - |
| CMYK | 0.32 | 0 | 0.95 | 0.62 |
| HSL | 80º | 0.9% | 0.2% | - |
| HSV(B) | 80º | 0.95% | 0.38% | - |
| XYZ | 6.71 | 9.94 | 1.71 | - |
| YUV | 78.13 | 86.73 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 98 | 5 | 0.32 | 0 | 0.95 | 0.62 | 80 | 0.9 | 0.2 |
| Hex | 43 | 62 | 5 | 20 | 0 | 5F | 3E | 50 | 5A | 14 |
| Octal | 103 | 142 | 5 | 40 | 0 | 137 | 76 | 120 | 132 | 24 |
| Binary | 1000011 | 1100010 | 101 | 100000 | 0 | 1011111 | 111110 | 1010000 | 1011010 | 10100 |
Color Harmonies of #436205
Complementary color
Monochromatic Colors of #436205
Black with #436205
Text Example
Text Example
White with #436205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436205; }
p { color: rgb(67,98,5); }
H1.HeaderClassName
{
color: #436205;
}
.AnyTagClassName
{
color: #436205;
}
</style>
background-color css
<style>
a { background-color: #436205; }
a { background-color: rgb(67,98,5); }
div.DivClassName
{
background-color: #436205;
}
.BgClassName
{
background-color: #436205;
}
</style>
border-color css
<style>
span { border-color: #436205; }
span { border-color: rgb(67,98,5); }
td.TdClassName
{
border-color: #436205;
}
.TagClassName
{
border-color: #436205;
}
</style>