Shades of Verdun Green #454807
Tints of Verdun Green #454807
RGB
CMYK
RGB Variations
Color information
#454807 (or 0x454807) is known color: Verdun Green. HEX triplet: 45, 48 and 07. RGB value is (69,72,7). Sum of RGB (Red+Green+Blue) = 69+72+7=148 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.62% from 148); Green value is 72 (28.52% from 255 or 48.65% from 148); Blue value is 7 (3.12% from 255 or 4.73% from 148); Max value from RGB is 72 - color contains mainly: green. Hex color #454807 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454807 is #BAB7F8. Grayscale: #3F3F3F. Windows color (decimal): -12236793 or 477253. OLE color: 477253.
HSL color Cylindrical-coordinate representation of color #454807: hue angle of 62.77º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #454807 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 69 | 72 | 7 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.72 |
| HSL | 62.77º | 0.82% | 0.15% | - |
| HSV(B) | 62.77º | 0.9% | 0.28% | - |
| XYZ | 4.81 | 5.92 | 1.09 | - |
| YUV | 63.69 | 96.01 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 72 | 7 | 0.04 | 0 | 0.90 | 0.72 | 62.77 | 0.82 | 0.15 |
| Hex | 45 | 48 | 7 | 4 | 0 | 5A | 48 | 3F | 52 | F |
| Octal | 105 | 110 | 7 | 4 | 0 | 132 | 110 | 77 | 122 | 17 |
| Binary | 1000101 | 1001000 | 111 | 100 | 0 | 1011010 | 1001000 | 111111 | 1010010 | 1111 |
Color Harmonies of #454807
Complementary color
Monochromatic Colors of #454807
Black with #454807
Text Example
Text Example
White with #454807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454807; }
p { color: rgb(69,72,7); }
H1.HeaderClassName
{
color: #454807;
}
.AnyTagClassName
{
color: #454807;
}
</style>
background-color css
<style>
a { background-color: #454807; }
a { background-color: rgb(69,72,7); }
div.DivClassName
{
background-color: #454807;
}
.BgClassName
{
background-color: #454807;
}
</style>
border-color css
<style>
span { border-color: #454807; }
span { border-color: rgb(69,72,7); }
td.TdClassName
{
border-color: #454807;
}
.TagClassName
{
border-color: #454807;
}
</style>