Shades of Verdun Green #455414
Tints of Verdun Green #455414
RGB
CMYK
RGB Variations
Color information
#455414 (or 0x455414) is known color: Verdun Green. HEX triplet: 45, 54 and 14. RGB value is (69,84,20). Sum of RGB (Red+Green+Blue) = 69+84+20=173 (22% of max value = 765). Red value is 69 (27.34% from 255 or 39.88% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 20 (8.20% from 255 or 11.56% from 173); Max value from RGB is 84 - color contains mainly: green. Hex color #455414 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455414 is #BAABEB. Grayscale: #484848. Windows color (decimal): -12233708 or 1332293. OLE color: 1332293.
HSL color Cylindrical-coordinate representation of color #455414: hue angle of 74.06º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #455414 is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 84 | 20 | - |
| CMYK | 0.18 | 0 | 0.76 | 0.67 |
| HSL | 74.06º | 0.62% | 0.2% | - |
| HSV(B) | 74.06º | 0.76% | 0.33% | - |
| XYZ | 5.75 | 7.66 | 1.84 | - |
| YUV | 72.22 | 98.53 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 84 | 20 | 0.18 | 0 | 0.76 | 0.67 | 74.06 | 0.62 | 0.2 |
| Hex | 45 | 54 | 14 | 12 | 0 | 4C | 43 | 4A | 3E | 14 |
| Octal | 105 | 124 | 24 | 22 | 0 | 114 | 103 | 112 | 76 | 24 |
| Binary | 1000101 | 1010100 | 10100 | 10010 | 0 | 1001100 | 1000011 | 1001010 | 111110 | 10100 |
Color Harmonies of #455414
Complementary color
Monochromatic Colors of #455414
Black with #455414
Text Example
Text Example
White with #455414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455414; }
p { color: rgb(69,84,20); }
H1.HeaderClassName
{
color: #455414;
}
.AnyTagClassName
{
color: #455414;
}
</style>
background-color css
<style>
a { background-color: #455414; }
a { background-color: rgb(69,84,20); }
div.DivClassName
{
background-color: #455414;
}
.BgClassName
{
background-color: #455414;
}
</style>
border-color css
<style>
span { border-color: #455414; }
span { border-color: rgb(69,84,20); }
td.TdClassName
{
border-color: #455414;
}
.TagClassName
{
border-color: #455414;
}
</style>