Shades of Verdun Green #436103
Tints of Verdun Green #436103
RGB
CMYK
RGB Variations
Color information
#436103 (or 0x436103) is known color: Verdun Green. HEX triplet: 43, 61 and 03. RGB value is (67,97,3). Sum of RGB (Red+Green+Blue) = 67+97+3=167 (22% of max value = 765). Red value is 67 (26.56% from 255 or 40.12% from 167); Green value is 97 (38.28% from 255 or 58.08% from 167); Blue value is 3 (1.56% from 255 or 1.80% from 167); Max value from RGB is 97 - color contains mainly: green. Hex color #436103 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #436103 is #BC9EFC. Grayscale: #4D4D4D. Windows color (decimal): -12361469 or 221507. OLE color: 221507.
HSL color Cylindrical-coordinate representation of color #436103: hue angle of 79.15º 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 #436103 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 67 | 97 | 3 | - |
| CMYK | 0.31 | 0 | 0.97 | 0.62 |
| HSL | 79.15º | 0.94% | 0.2% | - |
| HSV(B) | 79.15º | 0.97% | 0.38% | - |
| XYZ | 6.61 | 9.75 | 1.62 | - |
| YUV | 77.31 | 86.06 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 97 | 3 | 0.31 | 0 | 0.97 | 0.62 | 79.15 | 0.94 | 0.2 |
| Hex | 43 | 61 | 3 | 1F | 0 | 61 | 3E | 4F | 5E | 14 |
| Octal | 103 | 141 | 3 | 37 | 0 | 141 | 76 | 117 | 136 | 24 |
| Binary | 1000011 | 1100001 | 11 | 11111 | 0 | 1100001 | 111110 | 1001111 | 1011110 | 10100 |
Color Harmonies of #436103
Complementary color
Monochromatic Colors of #436103
Black with #436103
Text Example
Text Example
White with #436103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436103; }
p { color: rgb(67,97,3); }
H1.HeaderClassName
{
color: #436103;
}
.AnyTagClassName
{
color: #436103;
}
</style>
background-color css
<style>
a { background-color: #436103; }
a { background-color: rgb(67,97,3); }
div.DivClassName
{
background-color: #436103;
}
.BgClassName
{
background-color: #436103;
}
</style>
border-color css
<style>
span { border-color: #436103; }
span { border-color: rgb(67,97,3); }
td.TdClassName
{
border-color: #436103;
}
.TagClassName
{
border-color: #436103;
}
</style>