Shades of Verdun Green #436003
Tints of Verdun Green #436003
RGB
CMYK
RGB Variations
Color information
#436003 (or 0x436003) is known color: Verdun Green. HEX triplet: 43, 60 and 03. RGB value is (67,96,3). Sum of RGB (Red+Green+Blue) = 67+96+3=166 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.36% from 166); Green value is 96 (37.89% from 255 or 57.83% from 166); Blue value is 3 (1.56% from 255 or 1.81% from 166); Max value from RGB is 96 - color contains mainly: green. Hex color #436003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #436003 is #BC9FFC. Grayscale: #4D4D4D. Windows color (decimal): -12361725 or 221251. OLE color: 221251.
HSL color Cylindrical-coordinate representation of color #436003: hue angle of 78.71º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #436003 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 67 | 96 | 3 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.62 |
| HSL | 78.71º | 0.94% | 0.19% | - |
| HSV(B) | 78.71º | 0.97% | 0.38% | - |
| XYZ | 6.51 | 9.57 | 1.59 | - |
| YUV | 76.73 | 86.39 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 96 | 3 | 0.30 | 0 | 0.97 | 0.62 | 78.71 | 0.94 | 0.19 |
| Hex | 43 | 60 | 3 | 1E | 0 | 61 | 3E | 4F | 5E | 13 |
| Octal | 103 | 140 | 3 | 36 | 0 | 141 | 76 | 117 | 136 | 23 |
| Binary | 1000011 | 1100000 | 11 | 11110 | 0 | 1100001 | 111110 | 1001111 | 1011110 | 10011 |
Color Harmonies of #436003
Complementary color
Monochromatic Colors of #436003
Black with #436003
Text Example
Text Example
White with #436003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436003; }
p { color: rgb(67,96,3); }
H1.HeaderClassName
{
color: #436003;
}
.AnyTagClassName
{
color: #436003;
}
</style>
background-color css
<style>
a { background-color: #436003; }
a { background-color: rgb(67,96,3); }
div.DivClassName
{
background-color: #436003;
}
.BgClassName
{
background-color: #436003;
}
</style>
border-color css
<style>
span { border-color: #436003; }
span { border-color: rgb(67,96,3); }
td.TdClassName
{
border-color: #436003;
}
.TagClassName
{
border-color: #436003;
}
</style>