Shades of Verdun Green #455206
Tints of Verdun Green #455206
RGB
CMYK
RGB Variations
Color information
#455206 (or 0x455206) is known color: Verdun Green. HEX triplet: 45, 52 and 06. RGB value is (69,82,6). Sum of RGB (Red+Green+Blue) = 69+82+6=157 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.95% from 157); Green value is 82 (32.42% from 255 or 52.23% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 82 - color contains mainly: green. Hex color #455206 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455206 is #BAADF9. Grayscale: #454545. Windows color (decimal): -12234234 or 414277. OLE color: 414277.
HSL color Cylindrical-coordinate representation of color #455206: hue angle of 70.26º 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 #455206 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 82 | 6 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.68 |
| HSL | 70.26º | 0.86% | 0.17% | - |
| HSV(B) | 70.26º | 0.93% | 0.32% | - |
| XYZ | 5.5 | 7.31 | 1.29 | - |
| YUV | 69.45 | 92.19 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 82 | 6 | 0.16 | 0 | 0.93 | 0.68 | 70.26 | 0.86 | 0.17 |
| Hex | 45 | 52 | 6 | 10 | 0 | 5D | 44 | 46 | 56 | 11 |
| Octal | 105 | 122 | 6 | 20 | 0 | 135 | 104 | 106 | 126 | 21 |
| Binary | 1000101 | 1010010 | 110 | 10000 | 0 | 1011101 | 1000100 | 1000110 | 1010110 | 10001 |
Color Harmonies of #455206
Complementary color
Monochromatic Colors of #455206
Black with #455206
Text Example
Text Example
White with #455206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455206; }
p { color: rgb(69,82,6); }
H1.HeaderClassName
{
color: #455206;
}
.AnyTagClassName
{
color: #455206;
}
</style>
background-color css
<style>
a { background-color: #455206; }
a { background-color: rgb(69,82,6); }
div.DivClassName
{
background-color: #455206;
}
.BgClassName
{
background-color: #455206;
}
</style>
border-color css
<style>
span { border-color: #455206; }
span { border-color: rgb(69,82,6); }
td.TdClassName
{
border-color: #455206;
}
.TagClassName
{
border-color: #455206;
}
</style>