Shades of Verdun Green #454304
Tints of Verdun Green #454304
RGB
CMYK
RGB Variations
Color information
#454304 (or 0x454304) is known color: Verdun Green. HEX triplet: 45, 43 and 04. RGB value is (69,67,4). Sum of RGB (Red+Green+Blue) = 69+67+4=140 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.29% from 140); Green value is 67 (26.56% from 255 or 47.86% from 140); Blue value is 4 (1.95% from 255 or 2.86% from 140); Max value from RGB is 69 - color contains mainly: red. Hex color #454304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454304 is #BABCFB. Grayscale: #3C3C3C. Windows color (decimal): -12238076 or 279365. OLE color: 279365.
HSL color Cylindrical-coordinate representation of color #454304: hue angle of 58.15º 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 #454304 is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 67 | 4 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.73 |
| HSL | 58.15º | 0.89% | 0.14% | - |
| HSV(B) | 58.15º | 0.94% | 0.27% | - |
| XYZ | 4.48 | 5.29 | 0.9 | - |
| YUV | 60.42 | 96.16 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 67 | 4 | 0 | 0.03 | 0.94 | 0.73 | 58.15 | 0.89 | 0.14 |
| Hex | 45 | 43 | 4 | 0 | 3 | 5E | 49 | 3A | 59 | E |
| Octal | 105 | 103 | 4 | 0 | 3 | 136 | 111 | 72 | 131 | 16 |
| Binary | 1000101 | 1000011 | 100 | 0 | 11 | 1011110 | 1001001 | 111010 | 1011001 | 1110 |
Color Harmonies of #454304
Complementary color
Monochromatic Colors of #454304
Black with #454304
Text Example
Text Example
White with #454304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454304; }
p { color: rgb(69,67,4); }
H1.HeaderClassName
{
color: #454304;
}
.AnyTagClassName
{
color: #454304;
}
</style>
background-color css
<style>
a { background-color: #454304; }
a { background-color: rgb(69,67,4); }
div.DivClassName
{
background-color: #454304;
}
.BgClassName
{
background-color: #454304;
}
</style>
border-color css
<style>
span { border-color: #454304; }
span { border-color: rgb(69,67,4); }
td.TdClassName
{
border-color: #454304;
}
.TagClassName
{
border-color: #454304;
}
</style>