Shades of Verdun Green #434515
Tints of Verdun Green #434515
RGB
CMYK
RGB Variations
Color information
#434515 (or 0x434515) is known color: Verdun Green. HEX triplet: 43, 45 and 15. RGB value is (67,69,21). Sum of RGB (Red+Green+Blue) = 67+69+21=157 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.68% from 157); Green value is 69 (27.34% from 255 or 43.95% from 157); Blue value is 21 (8.59% from 255 or 13.38% from 157); Max value from RGB is 69 - color contains mainly: green. Hex color #434515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434515 is #BCBAEA. Grayscale: #3F3F3F. Windows color (decimal): -12368619 or 1393987. OLE color: 1393987.
HSL color Cylindrical-coordinate representation of color #434515: hue angle of 62.5º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #434515 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 67 | 69 | 21 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.73 |
| HSL | 62.5º | 0.53% | 0.18% | - |
| HSV(B) | 62.5º | 0.7% | 0.27% | - |
| XYZ | 4.58 | 5.5 | 1.53 | - |
| YUV | 62.93 | 104.34 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 69 | 21 | 0.03 | 0 | 0.70 | 0.73 | 62.5 | 0.53 | 0.18 |
| Hex | 43 | 45 | 15 | 3 | 0 | 46 | 49 | 3F | 35 | 12 |
| Octal | 103 | 105 | 25 | 3 | 0 | 106 | 111 | 77 | 65 | 22 |
| Binary | 1000011 | 1000101 | 10101 | 11 | 0 | 1000110 | 1001001 | 111111 | 110101 | 10010 |
Color Harmonies of #434515
Complementary color
Monochromatic Colors of #434515
Black with #434515
Text Example
Text Example
White with #434515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434515; }
p { color: rgb(67,69,21); }
H1.HeaderClassName
{
color: #434515;
}
.AnyTagClassName
{
color: #434515;
}
</style>
background-color css
<style>
a { background-color: #434515; }
a { background-color: rgb(67,69,21); }
div.DivClassName
{
background-color: #434515;
}
.BgClassName
{
background-color: #434515;
}
</style>
border-color css
<style>
span { border-color: #434515; }
span { border-color: rgb(67,69,21); }
td.TdClassName
{
border-color: #434515;
}
.TagClassName
{
border-color: #434515;
}
</style>