Shades of Verdun Green #434D03
Tints of Verdun Green #434D03
RGB
CMYK
RGB Variations
Color information
#434D03 (or 0x434D03) is known color: Verdun Green. HEX triplet: 43, 4D and 03. RGB value is (67,77,3). Sum of RGB (Red+Green+Blue) = 67+77+3=147 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.58% from 147); Green value is 77 (30.47% from 255 or 52.38% from 147); Blue value is 3 (1.56% from 255 or 2.04% from 147); Max value from RGB is 77 - color contains mainly: green. Hex color #434D03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #434D03 is #BCB2FC. Grayscale: #414141. Windows color (decimal): -12366589 or 216387. OLE color: 216387.
HSL color Cylindrical-coordinate representation of color #434D03: hue angle of 68.11º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #434D03 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 77 | 3 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.70 |
| HSL | 68.11º | 0.93% | 0.16% | - |
| HSV(B) | 68.11º | 0.96% | 0.3% | - |
| XYZ | 4.99 | 6.51 | 1.08 | - |
| YUV | 65.57 | 92.69 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 77 | 3 | 0.13 | 0 | 0.96 | 0.70 | 68.11 | 0.93 | 0.16 |
| Hex | 43 | 4D | 3 | D | 0 | 60 | 46 | 44 | 5C | 10 |
| Octal | 103 | 115 | 3 | 15 | 0 | 140 | 106 | 104 | 134 | 20 |
| Binary | 1000011 | 1001101 | 11 | 1101 | 0 | 1100000 | 1000110 | 1000100 | 1011100 | 10000 |
Color Harmonies of #434D03
Complementary color
Monochromatic Colors of #434D03
Black with #434D03
Text Example
Text Example
White with #434D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434D03; }
p { color: rgb(67,77,3); }
H1.HeaderClassName
{
color: #434D03;
}
.AnyTagClassName
{
color: #434D03;
}
</style>
background-color css
<style>
a { background-color: #434D03; }
a { background-color: rgb(67,77,3); }
div.DivClassName
{
background-color: #434D03;
}
.BgClassName
{
background-color: #434D03;
}
</style>
border-color css
<style>
span { border-color: #434D03; }
span { border-color: rgb(67,77,3); }
td.TdClassName
{
border-color: #434D03;
}
.TagClassName
{
border-color: #434D03;
}
</style>