Shades of Verdun Green #454205
Tints of Verdun Green #454205
RGB
CMYK
RGB Variations
Color information
#454205 (or 0x454205) is known color: Verdun Green. HEX triplet: 45, 42 and 05. RGB value is (69,66,5). Sum of RGB (Red+Green+Blue) = 69+66+5=140 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.29% from 140); Green value is 66 (26.17% from 255 or 47.14% from 140); Blue value is 5 (2.34% from 255 or 3.57% from 140); Max value from RGB is 69 - color contains mainly: red. Hex color #454205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454205 is #BABDFA. Grayscale: #3C3C3C. Windows color (decimal): -12238331 or 344645. OLE color: 344645.
HSL color Cylindrical-coordinate representation of color #454205: hue angle of 57.19º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #454205 is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 66 | 5 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.73 |
| HSL | 57.19º | 0.86% | 0.15% | - |
| HSV(B) | 57.19º | 0.93% | 0.27% | - |
| XYZ | 4.43 | 5.17 | 0.91 | - |
| YUV | 59.94 | 96.99 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 66 | 5 | 0 | 0.04 | 0.93 | 0.73 | 57.19 | 0.86 | 0.15 |
| Hex | 45 | 42 | 5 | 0 | 4 | 5D | 49 | 39 | 56 | F |
| Octal | 105 | 102 | 5 | 0 | 4 | 135 | 111 | 71 | 126 | 17 |
| Binary | 1000101 | 1000010 | 101 | 0 | 100 | 1011101 | 1001001 | 111001 | 1010110 | 1111 |
Color Harmonies of #454205
Complementary color
Monochromatic Colors of #454205
Black with #454205
Text Example
Text Example
White with #454205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454205; }
p { color: rgb(69,66,5); }
H1.HeaderClassName
{
color: #454205;
}
.AnyTagClassName
{
color: #454205;
}
</style>
background-color css
<style>
a { background-color: #454205; }
a { background-color: rgb(69,66,5); }
div.DivClassName
{
background-color: #454205;
}
.BgClassName
{
background-color: #454205;
}
</style>
border-color css
<style>
span { border-color: #454205; }
span { border-color: rgb(69,66,5); }
td.TdClassName
{
border-color: #454205;
}
.TagClassName
{
border-color: #454205;
}
</style>