Shades of Verdun Green #455306
Tints of Verdun Green #455306
RGB
CMYK
RGB Variations
Color information
#455306 (or 0x455306) is known color: Verdun Green. HEX triplet: 45, 53 and 06. RGB value is (69,83,6). Sum of RGB (Red+Green+Blue) = 69+83+6=158 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.67% from 158); Green value is 83 (32.81% from 255 or 52.53% from 158); Blue value is 6 (2.73% from 255 or 3.80% from 158); Max value from RGB is 83 - color contains mainly: green. Hex color #455306 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455306 is #BAACF9. Grayscale: #464646. Windows color (decimal): -12233978 or 414533. OLE color: 414533.
HSL color Cylindrical-coordinate representation of color #455306: hue angle of 70.91º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #455306 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 83 | 6 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.67 |
| HSL | 70.91º | 0.87% | 0.17% | - |
| HSV(B) | 70.91º | 0.93% | 0.33% | - |
| XYZ | 5.58 | 7.46 | 1.32 | - |
| YUV | 70.04 | 91.86 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 83 | 6 | 0.17 | 0 | 0.93 | 0.67 | 70.91 | 0.87 | 0.17 |
| Hex | 45 | 53 | 6 | 11 | 0 | 5D | 43 | 47 | 57 | 11 |
| Octal | 105 | 123 | 6 | 21 | 0 | 135 | 103 | 107 | 127 | 21 |
| Binary | 1000101 | 1010011 | 110 | 10001 | 0 | 1011101 | 1000011 | 1000111 | 1010111 | 10001 |
Color Harmonies of #455306
Complementary color
Monochromatic Colors of #455306
Black with #455306
Text Example
Text Example
White with #455306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455306; }
p { color: rgb(69,83,6); }
H1.HeaderClassName
{
color: #455306;
}
.AnyTagClassName
{
color: #455306;
}
</style>
background-color css
<style>
a { background-color: #455306; }
a { background-color: rgb(69,83,6); }
div.DivClassName
{
background-color: #455306;
}
.BgClassName
{
background-color: #455306;
}
</style>
border-color css
<style>
span { border-color: #455306; }
span { border-color: rgb(69,83,6); }
td.TdClassName
{
border-color: #455306;
}
.TagClassName
{
border-color: #455306;
}
</style>