Shades of Verdun Green #454C08
Tints of Verdun Green #454C08
RGB
CMYK
RGB Variations
Color information
#454C08 (or 0x454C08) is known color: Verdun Green. HEX triplet: 45, 4C and 08. RGB value is (69,76,8). Sum of RGB (Red+Green+Blue) = 69+76+8=153 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.10% from 153); Green value is 76 (30.08% from 255 or 49.67% from 153); Blue value is 8 (3.52% from 255 or 5.23% from 153); Max value from RGB is 76 - color contains mainly: green. Hex color #454C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454C08 is #BAB3F7. Grayscale: #424242. Windows color (decimal): -12235768 or 543813. OLE color: 543813.
HSL color Cylindrical-coordinate representation of color #454C08: hue angle of 66.18º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #454C08 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 76 | 8 | - |
| CMYK | 0.09 | 0 | 0.89 | 0.70 |
| HSL | 66.18º | 0.81% | 0.16% | - |
| HSV(B) | 66.18º | 0.89% | 0.3% | - |
| XYZ | 5.08 | 6.45 | 1.21 | - |
| YUV | 66.16 | 95.18 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 76 | 8 | 0.09 | 0 | 0.89 | 0.70 | 66.18 | 0.81 | 0.16 |
| Hex | 45 | 4C | 8 | 9 | 0 | 59 | 46 | 42 | 51 | 10 |
| Octal | 105 | 114 | 10 | 11 | 0 | 131 | 106 | 102 | 121 | 20 |
| Binary | 1000101 | 1001100 | 1000 | 1001 | 0 | 1011001 | 1000110 | 1000010 | 1010001 | 10000 |
Color Harmonies of #454C08
Complementary color
Monochromatic Colors of #454C08
Black with #454C08
Text Example
Text Example
White with #454C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454C08; }
p { color: rgb(69,76,8); }
H1.HeaderClassName
{
color: #454C08;
}
.AnyTagClassName
{
color: #454C08;
}
</style>
background-color css
<style>
a { background-color: #454C08; }
a { background-color: rgb(69,76,8); }
div.DivClassName
{
background-color: #454C08;
}
.BgClassName
{
background-color: #454C08;
}
</style>
border-color css
<style>
span { border-color: #454C08; }
span { border-color: rgb(69,76,8); }
td.TdClassName
{
border-color: #454C08;
}
.TagClassName
{
border-color: #454C08;
}
</style>