Shades of Verdun Green #454204
Tints of Verdun Green #454204
RGB
CMYK
RGB Variations
Color information
#454204 (or 0x454204) is known color: Verdun Green. HEX triplet: 45, 42 and 04. RGB value is (69,66,4). Sum of RGB (Red+Green+Blue) = 69+66+4=139 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.64% from 139); Green value is 66 (26.17% from 255 or 47.48% from 139); Blue value is 4 (1.95% from 255 or 2.88% from 139); Max value from RGB is 69 - color contains mainly: red. Hex color #454204 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454204 is #BABDFB. Grayscale: #3C3C3C. Windows color (decimal): -12238332 or 279109. OLE color: 279109.
HSL color Cylindrical-coordinate representation of color #454204: hue angle of 57.23º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #454204 is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 66 | 4 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.73 |
| HSL | 57.23º | 0.89% | 0.14% | - |
| HSV(B) | 57.23º | 0.94% | 0.27% | - |
| XYZ | 4.42 | 5.17 | 0.88 | - |
| YUV | 59.83 | 96.49 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 66 | 4 | 0 | 0.04 | 0.94 | 0.73 | 57.23 | 0.89 | 0.14 |
| Hex | 45 | 42 | 4 | 0 | 4 | 5E | 49 | 39 | 59 | E |
| Octal | 105 | 102 | 4 | 0 | 4 | 136 | 111 | 71 | 131 | 16 |
| Binary | 1000101 | 1000010 | 100 | 0 | 100 | 1011110 | 1001001 | 111001 | 1011001 | 1110 |
Color Harmonies of #454204
Complementary color
Monochromatic Colors of #454204
Black with #454204
Text Example
Text Example
White with #454204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454204; }
p { color: rgb(69,66,4); }
H1.HeaderClassName
{
color: #454204;
}
.AnyTagClassName
{
color: #454204;
}
</style>
background-color css
<style>
a { background-color: #454204; }
a { background-color: rgb(69,66,4); }
div.DivClassName
{
background-color: #454204;
}
.BgClassName
{
background-color: #454204;
}
</style>
border-color css
<style>
span { border-color: #454204; }
span { border-color: rgb(69,66,4); }
td.TdClassName
{
border-color: #454204;
}
.TagClassName
{
border-color: #454204;
}
</style>