Shades of Verdun Green #435206
Tints of Verdun Green #435206
RGB
CMYK
RGB Variations
Color information
#435206 (or 0x435206) is known color: Verdun Green. HEX triplet: 43, 52 and 06. RGB value is (67,82,6). Sum of RGB (Red+Green+Blue) = 67+82+6=155 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.23% from 155); Green value is 82 (32.42% from 255 or 52.90% from 155); Blue value is 6 (2.73% from 255 or 3.87% from 155); Max value from RGB is 82 - color contains mainly: green. Hex color #435206 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #435206 is #BCADF9. Grayscale: #454545. Windows color (decimal): -12365306 or 414275. OLE color: 414275.
HSL color Cylindrical-coordinate representation of color #435206: hue angle of 71.84º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #435206 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 67 | 82 | 6 | - |
| CMYK | 0.18 | 0 | 0.93 | 0.68 |
| HSL | 71.84º | 0.86% | 0.17% | - |
| HSV(B) | 71.84º | 0.93% | 0.32% | - |
| XYZ | 5.36 | 7.24 | 1.29 | - |
| YUV | 68.85 | 92.53 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 82 | 6 | 0.18 | 0 | 0.93 | 0.68 | 71.84 | 0.86 | 0.17 |
| Hex | 43 | 52 | 6 | 12 | 0 | 5D | 44 | 48 | 56 | 11 |
| Octal | 103 | 122 | 6 | 22 | 0 | 135 | 104 | 110 | 126 | 21 |
| Binary | 1000011 | 1010010 | 110 | 10010 | 0 | 1011101 | 1000100 | 1001000 | 1010110 | 10001 |
Color Harmonies of #435206
Complementary color
Monochromatic Colors of #435206
Black with #435206
Text Example
Text Example
White with #435206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435206; }
p { color: rgb(67,82,6); }
H1.HeaderClassName
{
color: #435206;
}
.AnyTagClassName
{
color: #435206;
}
</style>
background-color css
<style>
a { background-color: #435206; }
a { background-color: rgb(67,82,6); }
div.DivClassName
{
background-color: #435206;
}
.BgClassName
{
background-color: #435206;
}
</style>
border-color css
<style>
span { border-color: #435206; }
span { border-color: rgb(67,82,6); }
td.TdClassName
{
border-color: #435206;
}
.TagClassName
{
border-color: #435206;
}
</style>