Shades of Verdun Green #455403
Tints of Verdun Green #455403
RGB
CMYK
RGB Variations
Color information
#455403 (or 0x455403) is known color: Verdun Green. HEX triplet: 45, 54 and 03. RGB value is (69,84,3). Sum of RGB (Red+Green+Blue) = 69+84+3=156 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.23% from 156); Green value is 84 (33.20% from 255 or 53.85% from 156); Blue value is 3 (1.56% from 255 or 1.92% from 156); Max value from RGB is 84 - color contains mainly: green. Hex color #455403 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455403 is #BAABFC. Grayscale: #464646. Windows color (decimal): -12233725 or 218181. OLE color: 218181.
HSL color Cylindrical-coordinate representation of color #455403: hue angle of 71.11º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #455403 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 84 | 3 | - |
| CMYK | 0.18 | 0 | 0.96 | 0.67 |
| HSL | 71.11º | 0.93% | 0.17% | - |
| HSV(B) | 71.11º | 0.96% | 0.33% | - |
| XYZ | 5.64 | 7.61 | 1.26 | - |
| YUV | 70.28 | 90.03 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 84 | 3 | 0.18 | 0 | 0.96 | 0.67 | 71.11 | 0.93 | 0.17 |
| Hex | 45 | 54 | 3 | 12 | 0 | 60 | 43 | 47 | 5D | 11 |
| Octal | 105 | 124 | 3 | 22 | 0 | 140 | 103 | 107 | 135 | 21 |
| Binary | 1000101 | 1010100 | 11 | 10010 | 0 | 1100000 | 1000011 | 1000111 | 1011101 | 10001 |
Color Harmonies of #455403
Complementary color
Monochromatic Colors of #455403
Black with #455403
Text Example
Text Example
White with #455403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455403; }
p { color: rgb(69,84,3); }
H1.HeaderClassName
{
color: #455403;
}
.AnyTagClassName
{
color: #455403;
}
</style>
background-color css
<style>
a { background-color: #455403; }
a { background-color: rgb(69,84,3); }
div.DivClassName
{
background-color: #455403;
}
.BgClassName
{
background-color: #455403;
}
</style>
border-color css
<style>
span { border-color: #455403; }
span { border-color: rgb(69,84,3); }
td.TdClassName
{
border-color: #455403;
}
.TagClassName
{
border-color: #455403;
}
</style>