Shades of Verdun Green #454D04
Tints of Verdun Green #454D04
RGB
CMYK
RGB Variations
Color information
#454D04 (or 0x454D04) is known color: Verdun Green. HEX triplet: 45, 4D and 04. RGB value is (69,77,4). Sum of RGB (Red+Green+Blue) = 69+77+4=150 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46% from 150); Green value is 77 (30.47% from 255 or 51.33% from 150); Blue value is 4 (1.95% from 255 or 2.67% from 150); Max value from RGB is 77 - color contains mainly: green. Hex color #454D04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #454D04 is #BAB2FB. Grayscale: #424242. Windows color (decimal): -12235516 or 281925. OLE color: 281925.
HSL color Cylindrical-coordinate representation of color #454D04: hue angle of 66.58º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #454D04 is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 77 | 4 | - |
| CMYK | 0.10 | 0 | 0.95 | 0.70 |
| HSL | 66.58º | 0.9% | 0.16% | - |
| HSV(B) | 66.58º | 0.95% | 0.3% | - |
| XYZ | 5.13 | 6.58 | 1.11 | - |
| YUV | 66.29 | 92.85 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 77 | 4 | 0.10 | 0 | 0.95 | 0.70 | 66.58 | 0.9 | 0.16 |
| Hex | 45 | 4D | 4 | A | 0 | 5F | 46 | 43 | 5A | 10 |
| Octal | 105 | 115 | 4 | 12 | 0 | 137 | 106 | 103 | 132 | 20 |
| Binary | 1000101 | 1001101 | 100 | 1010 | 0 | 1011111 | 1000110 | 1000011 | 1011010 | 10000 |
Color Harmonies of #454D04
Complementary color
Monochromatic Colors of #454D04
Black with #454D04
Text Example
Text Example
White with #454D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454D04; }
p { color: rgb(69,77,4); }
H1.HeaderClassName
{
color: #454D04;
}
.AnyTagClassName
{
color: #454D04;
}
</style>
background-color css
<style>
a { background-color: #454D04; }
a { background-color: rgb(69,77,4); }
div.DivClassName
{
background-color: #454D04;
}
.BgClassName
{
background-color: #454D04;
}
</style>
border-color css
<style>
span { border-color: #454D04; }
span { border-color: rgb(69,77,4); }
td.TdClassName
{
border-color: #454D04;
}
.TagClassName
{
border-color: #454D04;
}
</style>