Shades of Verdun Green #455A00
Tints of Verdun Green #455A00
RGB
CMYK
RGB Variations
Color information
#455A00 (or 0x455A00) is known color: Verdun Green. HEX triplet: 45, 5A and 00. RGB value is (69,90,0). Sum of RGB (Red+Green+Blue) = 69+90+0=159 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.40% from 159); Green value is 90 (35.55% from 255 or 56.60% from 159); Blue value is 0 (0.39% from 255 or 0% from 159); Max value from RGB is 90 - color contains mainly: green. Hex color #455A00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455A00 is #BAA5FF. Grayscale: #494949. Windows color (decimal): -12232192 or 23109. OLE color: 23109.
HSL color Cylindrical-coordinate representation of color #455A00: hue angle of 74º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #455A00 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 90 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.65 |
| HSL | 74º | 1% | 0.18% | - |
| HSV(B) | 74º | 1% | 0.35% | - |
| XYZ | 6.11 | 8.58 | 1.33 | - |
| YUV | 73.46 | 86.54 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 90 | 0 | 0.23 | 0 | 1 | 0.65 | 74 | 1 | 0.18 |
| Hex | 45 | 5A | 0 | 17 | 0 | 64 | 41 | 4A | 64 | 12 |
| Octal | 105 | 132 | 0 | 27 | 0 | 144 | 101 | 112 | 144 | 22 |
| Binary | 1000101 | 1011010 | 0 | 10111 | 0 | 1100100 | 1000001 | 1001010 | 1100100 | 10010 |
Color Harmonies of #455A00
Complementary color
Monochromatic Colors of #455A00
Black with #455A00
Text Example
Text Example
White with #455A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455A00; }
p { color: rgb(69,90,0); }
H1.HeaderClassName
{
color: #455A00;
}
.AnyTagClassName
{
color: #455A00;
}
</style>
background-color css
<style>
a { background-color: #455A00; }
a { background-color: rgb(69,90,0); }
div.DivClassName
{
background-color: #455A00;
}
.BgClassName
{
background-color: #455A00;
}
</style>
border-color css
<style>
span { border-color: #455A00; }
span { border-color: rgb(69,90,0); }
td.TdClassName
{
border-color: #455A00;
}
.TagClassName
{
border-color: #455A00;
}
</style>