Shades of Verdun Green #434416
Tints of Verdun Green #434416
RGB
CMYK
RGB Variations
Color information
#434416 (or 0x434416) is known color: Verdun Green. HEX triplet: 43, 44 and 16. RGB value is (67,68,22). Sum of RGB (Red+Green+Blue) = 67+68+22=157 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.68% from 157); Green value is 68 (26.95% from 255 or 43.31% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 68 - color contains mainly: green. Hex color #434416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434416 is #BCBBE9. Grayscale: #3E3E3E. Windows color (decimal): -12368874 or 1459267. OLE color: 1459267.
HSL color Cylindrical-coordinate representation of color #434416: hue angle of 61.3º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #434416 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 67 | 68 | 22 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.73 |
| HSL | 61.3º | 0.51% | 0.18% | - |
| HSV(B) | 61.3º | 0.68% | 0.27% | - |
| XYZ | 4.53 | 5.39 | 1.56 | - |
| YUV | 62.46 | 105.17 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 68 | 22 | 0.01 | 0 | 0.68 | 0.73 | 61.3 | 0.51 | 0.18 |
| Hex | 43 | 44 | 16 | 1 | 0 | 44 | 49 | 3D | 33 | 12 |
| Octal | 103 | 104 | 26 | 1 | 0 | 104 | 111 | 75 | 63 | 22 |
| Binary | 1000011 | 1000100 | 10110 | 1 | 0 | 1000100 | 1001001 | 111101 | 110011 | 10010 |
Color Harmonies of #434416
Complementary color
Monochromatic Colors of #434416
Black with #434416
Text Example
Text Example
White with #434416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434416; }
p { color: rgb(67,68,22); }
H1.HeaderClassName
{
color: #434416;
}
.AnyTagClassName
{
color: #434416;
}
</style>
background-color css
<style>
a { background-color: #434416; }
a { background-color: rgb(67,68,22); }
div.DivClassName
{
background-color: #434416;
}
.BgClassName
{
background-color: #434416;
}
</style>
border-color css
<style>
span { border-color: #434416; }
span { border-color: rgb(67,68,22); }
td.TdClassName
{
border-color: #434416;
}
.TagClassName
{
border-color: #434416;
}
</style>