Shades of Verdun Green #454A02
Tints of Verdun Green #454A02
RGB
CMYK
RGB Variations
Color information
#454A02 (or 0x454A02) is known color: Verdun Green. HEX triplet: 45, 4A and 02. RGB value is (69,74,2). Sum of RGB (Red+Green+Blue) = 69+74+2=145 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.59% from 145); Green value is 74 (29.30% from 255 or 51.03% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 74 - color contains mainly: green. Hex color #454A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454A02 is #BAB5FD. Grayscale: #404040. Windows color (decimal): -12236286 or 150085. OLE color: 150085.
HSL color Cylindrical-coordinate representation of color #454A02: hue angle of 64.17º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #454A02 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 74 | 2 | - |
| CMYK | 0.07 | 0 | 0.97 | 0.71 |
| HSL | 64.17º | 0.95% | 0.15% | - |
| HSV(B) | 64.17º | 0.97% | 0.29% | - |
| XYZ | 4.91 | 6.17 | 0.99 | - |
| YUV | 64.3 | 92.84 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 74 | 2 | 0.07 | 0 | 0.97 | 0.71 | 64.17 | 0.95 | 0.15 |
| Hex | 45 | 4A | 2 | 7 | 0 | 61 | 47 | 40 | 5F | F |
| Octal | 105 | 112 | 2 | 7 | 0 | 141 | 107 | 100 | 137 | 17 |
| Binary | 1000101 | 1001010 | 10 | 111 | 0 | 1100001 | 1000111 | 1000000 | 1011111 | 1111 |
Color Harmonies of #454A02
Complementary color
Monochromatic Colors of #454A02
Black with #454A02
Text Example
Text Example
White with #454A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454A02; }
p { color: rgb(69,74,2); }
H1.HeaderClassName
{
color: #454A02;
}
.AnyTagClassName
{
color: #454A02;
}
</style>
background-color css
<style>
a { background-color: #454A02; }
a { background-color: rgb(69,74,2); }
div.DivClassName
{
background-color: #454A02;
}
.BgClassName
{
background-color: #454A02;
}
</style>
border-color css
<style>
span { border-color: #454A02; }
span { border-color: rgb(69,74,2); }
td.TdClassName
{
border-color: #454A02;
}
.TagClassName
{
border-color: #454A02;
}
</style>