Shades of Verdun Green #455B03
Tints of Verdun Green #455B03
RGB
CMYK
RGB Variations
Color information
#455B03 (or 0x455B03) is known color: Verdun Green. HEX triplet: 45, 5B and 03. RGB value is (69,91,3). Sum of RGB (Red+Green+Blue) = 69+91+3=163 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.33% from 163); Green value is 91 (35.94% from 255 or 55.83% from 163); Blue value is 3 (1.56% from 255 or 1.84% from 163); Max value from RGB is 91 - color contains mainly: green. Hex color #455B03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455B03 is #BAA4FC. Grayscale: #4A4A4A. Windows color (decimal): -12231933 or 219973. OLE color: 219973.
HSL color Cylindrical-coordinate representation of color #455B03: hue angle of 75º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #455B03 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 91 | 3 | - |
| CMYK | 0.24 | 0 | 0.97 | 0.64 |
| HSL | 75º | 0.94% | 0.18% | - |
| HSV(B) | 75º | 0.97% | 0.36% | - |
| XYZ | 6.21 | 8.75 | 1.45 | - |
| YUV | 74.39 | 87.71 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 91 | 3 | 0.24 | 0 | 0.97 | 0.64 | 75 | 0.94 | 0.18 |
| Hex | 45 | 5B | 3 | 18 | 0 | 61 | 40 | 4B | 5E | 12 |
| Octal | 105 | 133 | 3 | 30 | 0 | 141 | 100 | 113 | 136 | 22 |
| Binary | 1000101 | 1011011 | 11 | 11000 | 0 | 1100001 | 1000000 | 1001011 | 1011110 | 10010 |
Color Harmonies of #455B03
Complementary color
Monochromatic Colors of #455B03
Black with #455B03
Text Example
Text Example
White with #455B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455B03; }
p { color: rgb(69,91,3); }
H1.HeaderClassName
{
color: #455B03;
}
.AnyTagClassName
{
color: #455B03;
}
</style>
background-color css
<style>
a { background-color: #455B03; }
a { background-color: rgb(69,91,3); }
div.DivClassName
{
background-color: #455B03;
}
.BgClassName
{
background-color: #455B03;
}
</style>
border-color css
<style>
span { border-color: #455B03; }
span { border-color: rgb(69,91,3); }
td.TdClassName
{
border-color: #455B03;
}
.TagClassName
{
border-color: #455B03;
}
</style>