Shades of Verdun Green #434705
Tints of Verdun Green #434705
RGB
CMYK
RGB Variations
Color information
#434705 (or 0x434705) is known color: Verdun Green. HEX triplet: 43, 47 and 05. RGB value is (67,71,5). Sum of RGB (Red+Green+Blue) = 67+71+5=143 (18% of max value = 765). Red value is 67 (26.56% from 255 or 46.85% from 143); Green value is 71 (28.12% from 255 or 49.65% from 143); Blue value is 5 (2.34% from 255 or 3.50% from 143); Max value from RGB is 71 - color contains mainly: green. Hex color #434705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434705 is #BCB8FA. Grayscale: #3E3E3E. Windows color (decimal): -12368123 or 345923. OLE color: 345923.
HSL color Cylindrical-coordinate representation of color #434705: hue angle of 63.64º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #434705 is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 67 | 71 | 5 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.72 |
| HSL | 63.64º | 0.87% | 0.15% | - |
| HSV(B) | 63.64º | 0.93% | 0.28% | - |
| XYZ | 4.6 | 5.71 | 1 | - |
| YUV | 62.28 | 95.67 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 71 | 5 | 0.06 | 0 | 0.93 | 0.72 | 63.64 | 0.87 | 0.15 |
| Hex | 43 | 47 | 5 | 6 | 0 | 5D | 48 | 40 | 57 | F |
| Octal | 103 | 107 | 5 | 6 | 0 | 135 | 110 | 100 | 127 | 17 |
| Binary | 1000011 | 1000111 | 101 | 110 | 0 | 1011101 | 1001000 | 1000000 | 1010111 | 1111 |
Color Harmonies of #434705
Complementary color
Monochromatic Colors of #434705
Black with #434705
Text Example
Text Example
White with #434705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434705; }
p { color: rgb(67,71,5); }
H1.HeaderClassName
{
color: #434705;
}
.AnyTagClassName
{
color: #434705;
}
</style>
background-color css
<style>
a { background-color: #434705; }
a { background-color: rgb(67,71,5); }
div.DivClassName
{
background-color: #434705;
}
.BgClassName
{
background-color: #434705;
}
</style>
border-color css
<style>
span { border-color: #434705; }
span { border-color: rgb(67,71,5); }
td.TdClassName
{
border-color: #434705;
}
.TagClassName
{
border-color: #434705;
}
</style>