Shades of Verdun Green #456C04
Tints of Verdun Green #456C04
RGB
CMYK
RGB Variations
Color information
#456C04 (or 0x456C04) is known color: Verdun Green. HEX triplet: 45, 6C and 04. RGB value is (69,108,4). Sum of RGB (Red+Green+Blue) = 69+108+4=181 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.12% from 181); Green value is 108 (42.58% from 255 or 59.67% from 181); Blue value is 4 (1.95% from 255 or 2.21% from 181); Max value from RGB is 108 - color contains mainly: green. Hex color #456C04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456C04 is #BA93FB. Grayscale: #545454. Windows color (decimal): -12227580 or 289861. OLE color: 289861.
HSL color Cylindrical-coordinate representation of color #456C04: hue angle of 82.5º 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 #456C04 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 69 | 108 | 4 | - |
| CMYK | 0.36 | 0 | 0.96 | 0.58 |
| HSL | 82.5º | 0.93% | 0.22% | - |
| HSV(B) | 82.5º | 0.96% | 0.42% | - |
| XYZ | 7.84 | 12 | 2.02 | - |
| YUV | 84.48 | 82.58 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 108 | 4 | 0.36 | 0 | 0.96 | 0.58 | 82.5 | 0.93 | 0.22 |
| Hex | 45 | 6C | 4 | 24 | 0 | 60 | 3A | 52 | 5D | 16 |
| Octal | 105 | 154 | 4 | 44 | 0 | 140 | 72 | 122 | 135 | 26 |
| Binary | 1000101 | 1101100 | 100 | 100100 | 0 | 1100000 | 111010 | 1010010 | 1011101 | 10110 |
Color Harmonies of #456C04
Complementary color
Monochromatic Colors of #456C04
Black with #456C04
Text Example
Text Example
White with #456C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456C04; }
p { color: rgb(69,108,4); }
H1.HeaderClassName
{
color: #456C04;
}
.AnyTagClassName
{
color: #456C04;
}
</style>
background-color css
<style>
a { background-color: #456C04; }
a { background-color: rgb(69,108,4); }
div.DivClassName
{
background-color: #456C04;
}
.BgClassName
{
background-color: #456C04;
}
</style>
border-color css
<style>
span { border-color: #456C04; }
span { border-color: rgb(69,108,4); }
td.TdClassName
{
border-color: #456C04;
}
.TagClassName
{
border-color: #456C04;
}
</style>