Shades of Verdun Green #455A01
Tints of Verdun Green #455A01
RGB
CMYK
RGB Variations
Color information
#455A01 (or 0x455A01) is known color: Verdun Green. HEX triplet: 45, 5A and 01. RGB value is (69,90,1). Sum of RGB (Red+Green+Blue) = 69+90+1=160 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.12% from 160); Green value is 90 (35.55% from 255 or 56.25% from 160); Blue value is 1 (0.78% from 255 or 0.62% from 160); Max value from RGB is 90 - color contains mainly: green. Hex color #455A01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455A01 is #BAA5FE. Grayscale: #494949. Windows color (decimal): -12232191 or 88645. OLE color: 88645.
HSL color Cylindrical-coordinate representation of color #455A01: hue angle of 74.16º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #455A01 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 90 | 1 | - |
| CMYK | 0.23 | 0 | 0.99 | 0.65 |
| HSL | 74.16º | 0.98% | 0.18% | - |
| HSV(B) | 74.16º | 0.99% | 0.35% | - |
| XYZ | 6.12 | 8.58 | 1.36 | - |
| YUV | 73.58 | 87.04 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 90 | 1 | 0.23 | 0 | 0.99 | 0.65 | 74.16 | 0.98 | 0.18 |
| Hex | 45 | 5A | 1 | 17 | 0 | 63 | 41 | 4A | 62 | 12 |
| Octal | 105 | 132 | 1 | 27 | 0 | 143 | 101 | 112 | 142 | 22 |
| Binary | 1000101 | 1011010 | 1 | 10111 | 0 | 1100011 | 1000001 | 1001010 | 1100010 | 10010 |
Color Harmonies of #455A01
Complementary color
Monochromatic Colors of #455A01
Black with #455A01
Text Example
Text Example
White with #455A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455A01; }
p { color: rgb(69,90,1); }
H1.HeaderClassName
{
color: #455A01;
}
.AnyTagClassName
{
color: #455A01;
}
</style>
background-color css
<style>
a { background-color: #455A01; }
a { background-color: rgb(69,90,1); }
div.DivClassName
{
background-color: #455A01;
}
.BgClassName
{
background-color: #455A01;
}
</style>
border-color css
<style>
span { border-color: #455A01; }
span { border-color: rgb(69,90,1); }
td.TdClassName
{
border-color: #455A01;
}
.TagClassName
{
border-color: #455A01;
}
</style>