Shades of Verdun Green #436203
Tints of Verdun Green #436203
RGB
CMYK
RGB Variations
Color information
#436203 (or 0x436203) is known color: Verdun Green. HEX triplet: 43, 62 and 03. RGB value is (67,98,3). Sum of RGB (Red+Green+Blue) = 67+98+3=168 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.88% from 168); Green value is 98 (38.67% from 255 or 58.33% from 168); Blue value is 3 (1.56% from 255 or 1.79% from 168); Max value from RGB is 98 - color contains mainly: green. Hex color #436203 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #436203 is #BC9DFC. Grayscale: #4E4E4E. Windows color (decimal): -12361213 or 221763. OLE color: 221763.
HSL color Cylindrical-coordinate representation of color #436203: hue angle of 79.58º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #436203 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 67 | 98 | 3 | - |
| CMYK | 0.32 | 0 | 0.97 | 0.62 |
| HSL | 79.58º | 0.94% | 0.2% | - |
| HSV(B) | 79.58º | 0.97% | 0.38% | - |
| XYZ | 6.7 | 9.94 | 1.65 | - |
| YUV | 77.9 | 85.73 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 98 | 3 | 0.32 | 0 | 0.97 | 0.62 | 79.58 | 0.94 | 0.2 |
| Hex | 43 | 62 | 3 | 20 | 0 | 61 | 3E | 50 | 5E | 14 |
| Octal | 103 | 142 | 3 | 40 | 0 | 141 | 76 | 120 | 136 | 24 |
| Binary | 1000011 | 1100010 | 11 | 100000 | 0 | 1100001 | 111110 | 1010000 | 1011110 | 10100 |
Color Harmonies of #436203
Complementary color
Monochromatic Colors of #436203
Black with #436203
Text Example
Text Example
White with #436203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436203; }
p { color: rgb(67,98,3); }
H1.HeaderClassName
{
color: #436203;
}
.AnyTagClassName
{
color: #436203;
}
</style>
background-color css
<style>
a { background-color: #436203; }
a { background-color: rgb(67,98,3); }
div.DivClassName
{
background-color: #436203;
}
.BgClassName
{
background-color: #436203;
}
</style>
border-color css
<style>
span { border-color: #436203; }
span { border-color: rgb(67,98,3); }
td.TdClassName
{
border-color: #436203;
}
.TagClassName
{
border-color: #436203;
}
</style>