Shades of Verdun Green #456A04
Tints of Verdun Green #456A04
RGB
CMYK
RGB Variations
Color information
#456A04 (or 0x456A04) is known color: Verdun Green. HEX triplet: 45, 6A and 04. RGB value is (69,106,4). Sum of RGB (Red+Green+Blue) = 69+106+4=179 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.55% from 179); Green value is 106 (41.80% from 255 or 59.22% from 179); Blue value is 4 (1.95% from 255 or 2.23% from 179); Max value from RGB is 106 - color contains mainly: green. Hex color #456A04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456A04 is #BA95FB. Grayscale: #535353. Windows color (decimal): -12228092 or 289349. OLE color: 289349.
HSL color Cylindrical-coordinate representation of color #456A04: hue angle of 81.76º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #456A04 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 69 | 106 | 4 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.58 |
| HSL | 81.76º | 0.93% | 0.22% | - |
| HSV(B) | 81.76º | 0.96% | 0.42% | - |
| XYZ | 7.63 | 11.58 | 1.95 | - |
| YUV | 83.31 | 83.24 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 106 | 4 | 0.35 | 0 | 0.96 | 0.58 | 81.76 | 0.93 | 0.22 |
| Hex | 45 | 6A | 4 | 23 | 0 | 60 | 3A | 52 | 5D | 16 |
| Octal | 105 | 152 | 4 | 43 | 0 | 140 | 72 | 122 | 135 | 26 |
| Binary | 1000101 | 1101010 | 100 | 100011 | 0 | 1100000 | 111010 | 1010010 | 1011101 | 10110 |
Color Harmonies of #456A04
Complementary color
Monochromatic Colors of #456A04
Black with #456A04
Text Example
Text Example
White with #456A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456A04; }
p { color: rgb(69,106,4); }
H1.HeaderClassName
{
color: #456A04;
}
.AnyTagClassName
{
color: #456A04;
}
</style>
background-color css
<style>
a { background-color: #456A04; }
a { background-color: rgb(69,106,4); }
div.DivClassName
{
background-color: #456A04;
}
.BgClassName
{
background-color: #456A04;
}
</style>
border-color css
<style>
span { border-color: #456A04; }
span { border-color: rgb(69,106,4); }
td.TdClassName
{
border-color: #456A04;
}
.TagClassName
{
border-color: #456A04;
}
</style>