Shades of Verdun Green #434D13
Tints of Verdun Green #434D13
RGB
CMYK
RGB Variations
Color information
#434D13 (or 0x434D13) is known color: Verdun Green. HEX triplet: 43, 4D and 13. RGB value is (67,77,19). Sum of RGB (Red+Green+Blue) = 67+77+19=163 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.10% from 163); Green value is 77 (30.47% from 255 or 47.24% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 77 - color contains mainly: green. Hex color #434D13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #434D13 is #BCB2EC. Grayscale: #434343. Windows color (decimal): -12366573 or 1264963. OLE color: 1264963.
HSL color Cylindrical-coordinate representation of color #434D13: hue angle of 70.34º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #434D13 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 77 | 19 | - |
| CMYK | 0.13 | 0 | 0.75 | 0.70 |
| HSL | 70.34º | 0.6% | 0.19% | - |
| HSV(B) | 70.34º | 0.75% | 0.3% | - |
| XYZ | 5.09 | 6.55 | 1.61 | - |
| YUV | 67.4 | 100.69 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 77 | 19 | 0.13 | 0 | 0.75 | 0.70 | 70.34 | 0.6 | 0.19 |
| Hex | 43 | 4D | 13 | D | 0 | 4B | 46 | 46 | 3C | 13 |
| Octal | 103 | 115 | 23 | 15 | 0 | 113 | 106 | 106 | 74 | 23 |
| Binary | 1000011 | 1001101 | 10011 | 1101 | 0 | 1001011 | 1000110 | 1000110 | 111100 | 10011 |
Color Harmonies of #434D13
Complementary color
Monochromatic Colors of #434D13
Black with #434D13
Text Example
Text Example
White with #434D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434D13; }
p { color: rgb(67,77,19); }
H1.HeaderClassName
{
color: #434D13;
}
.AnyTagClassName
{
color: #434D13;
}
</style>
background-color css
<style>
a { background-color: #434D13; }
a { background-color: rgb(67,77,19); }
div.DivClassName
{
background-color: #434D13;
}
.BgClassName
{
background-color: #434D13;
}
</style>
border-color css
<style>
span { border-color: #434D13; }
span { border-color: rgb(67,77,19); }
td.TdClassName
{
border-color: #434D13;
}
.TagClassName
{
border-color: #434D13;
}
</style>