Shades of Verdun Green #454C07
Tints of Verdun Green #454C07
RGB
CMYK
RGB Variations
Color information
#454C07 (or 0x454C07) is known color: Verdun Green. HEX triplet: 45, 4C and 07. RGB value is (69,76,7). Sum of RGB (Red+Green+Blue) = 69+76+7=152 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.39% from 152); Green value is 76 (30.08% from 255 or 50% from 152); Blue value is 7 (3.12% from 255 or 4.61% from 152); Max value from RGB is 76 - color contains mainly: green. Hex color #454C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454C07 is #BAB3F8. Grayscale: #424242. Windows color (decimal): -12235769 or 478277. OLE color: 478277.
HSL color Cylindrical-coordinate representation of color #454C07: hue angle of 66.09º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #454C07 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 76 | 7 | - |
| CMYK | 0.09 | 0 | 0.91 | 0.70 |
| HSL | 66.09º | 0.83% | 0.16% | - |
| HSV(B) | 66.09º | 0.91% | 0.3% | - |
| XYZ | 5.08 | 6.45 | 1.18 | - |
| YUV | 66.04 | 94.68 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 76 | 7 | 0.09 | 0 | 0.91 | 0.70 | 66.09 | 0.83 | 0.16 |
| Hex | 45 | 4C | 7 | 9 | 0 | 5B | 46 | 42 | 53 | 10 |
| Octal | 105 | 114 | 7 | 11 | 0 | 133 | 106 | 102 | 123 | 20 |
| Binary | 1000101 | 1001100 | 111 | 1001 | 0 | 1011011 | 1000110 | 1000010 | 1010011 | 10000 |
Color Harmonies of #454C07
Complementary color
Monochromatic Colors of #454C07
Black with #454C07
Text Example
Text Example
White with #454C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454C07; }
p { color: rgb(69,76,7); }
H1.HeaderClassName
{
color: #454C07;
}
.AnyTagClassName
{
color: #454C07;
}
</style>
background-color css
<style>
a { background-color: #454C07; }
a { background-color: rgb(69,76,7); }
div.DivClassName
{
background-color: #454C07;
}
.BgClassName
{
background-color: #454C07;
}
</style>
border-color css
<style>
span { border-color: #454C07; }
span { border-color: rgb(69,76,7); }
td.TdClassName
{
border-color: #454C07;
}
.TagClassName
{
border-color: #454C07;
}
</style>