Shades of Verdun Green #434707
Tints of Verdun Green #434707
RGB
CMYK
RGB Variations
Color information
#434707 (or 0x434707) is known color: Verdun Green. HEX triplet: 43, 47 and 07. RGB value is (67,71,7). Sum of RGB (Red+Green+Blue) = 67+71+7=145 (19% of max value = 765). Red value is 67 (26.56% from 255 or 46.21% from 145); Green value is 71 (28.12% from 255 or 48.97% from 145); Blue value is 7 (3.12% from 255 or 4.83% from 145); Max value from RGB is 71 - color contains mainly: green. Hex color #434707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434707 is #BCB8F8. Grayscale: #3E3E3E. Windows color (decimal): -12368121 or 476995. OLE color: 476995.
HSL color Cylindrical-coordinate representation of color #434707: hue angle of 63.75º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #434707 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 67 | 71 | 7 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.72 |
| HSL | 63.75º | 0.82% | 0.15% | - |
| HSV(B) | 63.75º | 0.9% | 0.28% | - |
| XYZ | 4.61 | 5.72 | 1.06 | - |
| YUV | 62.51 | 96.67 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 71 | 7 | 0.06 | 0 | 0.90 | 0.72 | 63.75 | 0.82 | 0.15 |
| Hex | 43 | 47 | 7 | 6 | 0 | 5A | 48 | 40 | 52 | F |
| Octal | 103 | 107 | 7 | 6 | 0 | 132 | 110 | 100 | 122 | 17 |
| Binary | 1000011 | 1000111 | 111 | 110 | 0 | 1011010 | 1001000 | 1000000 | 1010010 | 1111 |
Color Harmonies of #434707
Complementary color
Monochromatic Colors of #434707
Black with #434707
Text Example
Text Example
White with #434707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434707; }
p { color: rgb(67,71,7); }
H1.HeaderClassName
{
color: #434707;
}
.AnyTagClassName
{
color: #434707;
}
</style>
background-color css
<style>
a { background-color: #434707; }
a { background-color: rgb(67,71,7); }
div.DivClassName
{
background-color: #434707;
}
.BgClassName
{
background-color: #434707;
}
</style>
border-color css
<style>
span { border-color: #434707; }
span { border-color: rgb(67,71,7); }
td.TdClassName
{
border-color: #434707;
}
.TagClassName
{
border-color: #434707;
}
</style>