Shades of Verdun Green #455A03
Tints of Verdun Green #455A03
RGB
CMYK
RGB Variations
Color information
#455A03 (or 0x455A03) is known color: Verdun Green. HEX triplet: 45, 5A and 03. RGB value is (69,90,3). Sum of RGB (Red+Green+Blue) = 69+90+3=162 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.59% from 162); Green value is 90 (35.55% from 255 or 55.56% from 162); Blue value is 3 (1.56% from 255 or 1.85% from 162); Max value from RGB is 90 - color contains mainly: green. Hex color #455A03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455A03 is #BAA5FC. Grayscale: #4A4A4A. Windows color (decimal): -12232189 or 219717. OLE color: 219717.
HSL color Cylindrical-coordinate representation of color #455A03: hue angle of 74.48º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #455A03 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 90 | 3 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.65 |
| HSL | 74.48º | 0.94% | 0.18% | - |
| HSV(B) | 74.48º | 0.97% | 0.35% | - |
| XYZ | 6.13 | 8.58 | 1.42 | - |
| YUV | 73.8 | 88.04 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 90 | 3 | 0.23 | 0 | 0.97 | 0.65 | 74.48 | 0.94 | 0.18 |
| Hex | 45 | 5A | 3 | 17 | 0 | 61 | 41 | 4A | 5E | 12 |
| Octal | 105 | 132 | 3 | 27 | 0 | 141 | 101 | 112 | 136 | 22 |
| Binary | 1000101 | 1011010 | 11 | 10111 | 0 | 1100001 | 1000001 | 1001010 | 1011110 | 10010 |
Color Harmonies of #455A03
Complementary color
Monochromatic Colors of #455A03
Black with #455A03
Text Example
Text Example
White with #455A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455A03; }
p { color: rgb(69,90,3); }
H1.HeaderClassName
{
color: #455A03;
}
.AnyTagClassName
{
color: #455A03;
}
</style>
background-color css
<style>
a { background-color: #455A03; }
a { background-color: rgb(69,90,3); }
div.DivClassName
{
background-color: #455A03;
}
.BgClassName
{
background-color: #455A03;
}
</style>
border-color css
<style>
span { border-color: #455A03; }
span { border-color: rgb(69,90,3); }
td.TdClassName
{
border-color: #455A03;
}
.TagClassName
{
border-color: #455A03;
}
</style>