Shades of Verdun Green #434610
Tints of Verdun Green #434610
RGB
CMYK
RGB Variations
Color information
#434610 (or 0x434610) is known color: Verdun Green. HEX triplet: 43, 46 and 10. RGB value is (67,70,16). Sum of RGB (Red+Green+Blue) = 67+70+16=153 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.79% from 153); Green value is 70 (27.73% from 255 or 45.75% from 153); Blue value is 16 (6.64% from 255 or 10.46% from 153); Max value from RGB is 70 - color contains mainly: green. Hex color #434610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434610 is #BCB9EF. Grayscale: #3F3F3F. Windows color (decimal): -12368368 or 1066563. OLE color: 1066563.
HSL color Cylindrical-coordinate representation of color #434610: hue angle of 63.33º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #434610 is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 67 | 70 | 16 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.73 |
| HSL | 63.33º | 0.63% | 0.17% | - |
| HSV(B) | 63.33º | 0.77% | 0.27% | - |
| XYZ | 4.6 | 5.61 | 1.33 | - |
| YUV | 62.95 | 101.51 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 70 | 16 | 0.04 | 0 | 0.77 | 0.73 | 63.33 | 0.63 | 0.17 |
| Hex | 43 | 46 | 10 | 4 | 0 | 4D | 49 | 3F | 3F | 11 |
| Octal | 103 | 106 | 20 | 4 | 0 | 115 | 111 | 77 | 77 | 21 |
| Binary | 1000011 | 1000110 | 10000 | 100 | 0 | 1001101 | 1001001 | 111111 | 111111 | 10001 |
Color Harmonies of #434610
Complementary color
Monochromatic Colors of #434610
Black with #434610
Text Example
Text Example
White with #434610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434610; }
p { color: rgb(67,70,16); }
H1.HeaderClassName
{
color: #434610;
}
.AnyTagClassName
{
color: #434610;
}
</style>
background-color css
<style>
a { background-color: #434610; }
a { background-color: rgb(67,70,16); }
div.DivClassName
{
background-color: #434610;
}
.BgClassName
{
background-color: #434610;
}
</style>
border-color css
<style>
span { border-color: #434610; }
span { border-color: rgb(67,70,16); }
td.TdClassName
{
border-color: #434610;
}
.TagClassName
{
border-color: #434610;
}
</style>