Shades of Verdun Green #455411
Tints of Verdun Green #455411
RGB
CMYK
RGB Variations
Color information
#455411 (or 0x455411) is known color: Verdun Green. HEX triplet: 45, 54 and 11. RGB value is (69,84,17). Sum of RGB (Red+Green+Blue) = 69+84+17=170 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.59% from 170); Green value is 84 (33.20% from 255 or 49.41% from 170); Blue value is 17 (7.03% from 255 or 10% from 170); Max value from RGB is 84 - color contains mainly: green. Hex color #455411 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455411 is #BAABEE. Grayscale: #484848. Windows color (decimal): -12233711 or 1135685. OLE color: 1135685.
HSL color Cylindrical-coordinate representation of color #455411: hue angle of 73.43º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #455411 is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 84 | 17 | - |
| CMYK | 0.18 | 0 | 0.80 | 0.67 |
| HSL | 73.43º | 0.66% | 0.2% | - |
| HSV(B) | 73.43º | 0.8% | 0.33% | - |
| XYZ | 5.73 | 7.65 | 1.7 | - |
| YUV | 71.88 | 97.03 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 84 | 17 | 0.18 | 0 | 0.80 | 0.67 | 73.43 | 0.66 | 0.2 |
| Hex | 45 | 54 | 11 | 12 | 0 | 50 | 43 | 49 | 42 | 14 |
| Octal | 105 | 124 | 21 | 22 | 0 | 120 | 103 | 111 | 102 | 24 |
| Binary | 1000101 | 1010100 | 10001 | 10010 | 0 | 1010000 | 1000011 | 1001001 | 1000010 | 10100 |
Color Harmonies of #455411
Complementary color
Monochromatic Colors of #455411
Black with #455411
Text Example
Text Example
White with #455411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455411; }
p { color: rgb(69,84,17); }
H1.HeaderClassName
{
color: #455411;
}
.AnyTagClassName
{
color: #455411;
}
</style>
background-color css
<style>
a { background-color: #455411; }
a { background-color: rgb(69,84,17); }
div.DivClassName
{
background-color: #455411;
}
.BgClassName
{
background-color: #455411;
}
</style>
border-color css
<style>
span { border-color: #455411; }
span { border-color: rgb(69,84,17); }
td.TdClassName
{
border-color: #455411;
}
.TagClassName
{
border-color: #455411;
}
</style>