Shades of Verdun Green #454207
Tints of Verdun Green #454207
RGB
CMYK
RGB Variations
Color information
#454207 (or 0x454207) is known color: Verdun Green. HEX triplet: 45, 42 and 07. RGB value is (69,66,7). Sum of RGB (Red+Green+Blue) = 69+66+7=142 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.59% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 7 (3.12% from 255 or 4.93% from 142); Max value from RGB is 69 - color contains mainly: red. Hex color #454207 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454207 is #BABDF8. Grayscale: #3C3C3C. Windows color (decimal): -12238329 or 475717. OLE color: 475717.
HSL color Cylindrical-coordinate representation of color #454207: hue angle of 57.1º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #454207 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 66 | 7 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.73 |
| HSL | 57.1º | 0.82% | 0.15% | - |
| HSV(B) | 57.1º | 0.9% | 0.27% | - |
| XYZ | 4.44 | 5.18 | 0.97 | - |
| YUV | 60.17 | 97.99 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 66 | 7 | 0 | 0.04 | 0.90 | 0.73 | 57.1 | 0.82 | 0.15 |
| Hex | 45 | 42 | 7 | 0 | 4 | 5A | 49 | 39 | 52 | F |
| Octal | 105 | 102 | 7 | 0 | 4 | 132 | 111 | 71 | 122 | 17 |
| Binary | 1000101 | 1000010 | 111 | 0 | 100 | 1011010 | 1001001 | 111001 | 1010010 | 1111 |
Color Harmonies of #454207
Complementary color
Monochromatic Colors of #454207
Black with #454207
Text Example
Text Example
White with #454207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454207; }
p { color: rgb(69,66,7); }
H1.HeaderClassName
{
color: #454207;
}
.AnyTagClassName
{
color: #454207;
}
</style>
background-color css
<style>
a { background-color: #454207; }
a { background-color: rgb(69,66,7); }
div.DivClassName
{
background-color: #454207;
}
.BgClassName
{
background-color: #454207;
}
</style>
border-color css
<style>
span { border-color: #454207; }
span { border-color: rgb(69,66,7); }
td.TdClassName
{
border-color: #454207;
}
.TagClassName
{
border-color: #454207;
}
</style>