Shades of Verdun Green #434704
Tints of Verdun Green #434704
RGB
CMYK
RGB Variations
Color information
#434704 (or 0x434704) is known color: Verdun Green. HEX triplet: 43, 47 and 04. RGB value is (67,71,4). Sum of RGB (Red+Green+Blue) = 67+71+4=142 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.18% from 142); Green value is 71 (28.12% from 255 or 50% from 142); Blue value is 4 (1.95% from 255 or 2.82% from 142); Max value from RGB is 71 - color contains mainly: green. Hex color #434704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434704 is #BCB8FB. Grayscale: #3E3E3E. Windows color (decimal): -12368124 or 280387. OLE color: 280387.
HSL color Cylindrical-coordinate representation of color #434704: hue angle of 63.58º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #434704 is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 67 | 71 | 4 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.72 |
| HSL | 63.58º | 0.89% | 0.15% | - |
| HSV(B) | 63.58º | 0.94% | 0.28% | - |
| XYZ | 4.59 | 5.71 | 0.97 | - |
| YUV | 62.17 | 95.17 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 71 | 4 | 0.06 | 0 | 0.94 | 0.72 | 63.58 | 0.89 | 0.15 |
| Hex | 43 | 47 | 4 | 6 | 0 | 5E | 48 | 40 | 59 | F |
| Octal | 103 | 107 | 4 | 6 | 0 | 136 | 110 | 100 | 131 | 17 |
| Binary | 1000011 | 1000111 | 100 | 110 | 0 | 1011110 | 1001000 | 1000000 | 1011001 | 1111 |
Color Harmonies of #434704
Complementary color
Monochromatic Colors of #434704
Black with #434704
Text Example
Text Example
White with #434704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434704; }
p { color: rgb(67,71,4); }
H1.HeaderClassName
{
color: #434704;
}
.AnyTagClassName
{
color: #434704;
}
</style>
background-color css
<style>
a { background-color: #434704; }
a { background-color: rgb(67,71,4); }
div.DivClassName
{
background-color: #434704;
}
.BgClassName
{
background-color: #434704;
}
</style>
border-color css
<style>
span { border-color: #434704; }
span { border-color: rgb(67,71,4); }
td.TdClassName
{
border-color: #434704;
}
.TagClassName
{
border-color: #434704;
}
</style>