Shades of Verdun Green #455A1E
Tints of Verdun Green #455A1E
RGB
CMYK
RGB Variations
Color information
#455A1E (or 0x455A1E) is known color: Verdun Green. HEX triplet: 45, 5A and 1E. RGB value is (69,90,30). Sum of RGB (Red+Green+Blue) = 69+90+30=189 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.51% from 189); Green value is 90 (35.55% from 255 or 47.62% from 189); Blue value is 30 (12.11% from 255 or 15.87% from 189); Max value from RGB is 90 - color contains mainly: green. Hex color #455A1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455A1E is #BAA5E1. Grayscale: #4D4D4D. Windows color (decimal): -12232162 or 1989189. OLE color: 1989189.
HSL color Cylindrical-coordinate representation of color #455A1E: hue angle of 81º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #455A1E is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 90 | 30 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.65 |
| HSL | 81º | 0.5% | 0.24% | - |
| HSV(B) | 81º | 0.67% | 0.35% | - |
| XYZ | 6.34 | 8.67 | 2.57 | - |
| YUV | 76.88 | 101.54 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 90 | 30 | 0.23 | 0 | 0.67 | 0.65 | 81 | 0.5 | 0.24 |
| Hex | 45 | 5A | 1E | 17 | 0 | 43 | 41 | 51 | 32 | 18 |
| Octal | 105 | 132 | 36 | 27 | 0 | 103 | 101 | 121 | 62 | 30 |
| Binary | 1000101 | 1011010 | 11110 | 10111 | 0 | 1000011 | 1000001 | 1010001 | 110010 | 11000 |
Color Harmonies of #455A1E
Complementary color
Monochromatic Colors of #455A1E
Black with #455A1E
Text Example
Text Example
White with #455A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455A1E; }
p { color: rgb(69,90,30); }
H1.HeaderClassName
{
color: #455A1E;
}
.AnyTagClassName
{
color: #455A1E;
}
</style>
background-color css
<style>
a { background-color: #455A1E; }
a { background-color: rgb(69,90,30); }
div.DivClassName
{
background-color: #455A1E;
}
.BgClassName
{
background-color: #455A1E;
}
</style>
border-color css
<style>
span { border-color: #455A1E; }
span { border-color: rgb(69,90,30); }
td.TdClassName
{
border-color: #455A1E;
}
.TagClassName
{
border-color: #455A1E;
}
</style>