Shades of Verdun Green #454A08
Tints of Verdun Green #454A08
RGB
CMYK
RGB Variations
Color information
#454A08 (or 0x454A08) is known color: Verdun Green. HEX triplet: 45, 4A and 08. RGB value is (69,74,8). Sum of RGB (Red+Green+Blue) = 69+74+8=151 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.70% from 151); Green value is 74 (29.30% from 255 or 49.01% from 151); Blue value is 8 (3.52% from 255 or 5.30% from 151); Max value from RGB is 74 - color contains mainly: green. Hex color #454A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454A08 is #BAB5F7. Grayscale: #414141. Windows color (decimal): -12236280 or 543301. OLE color: 543301.
HSL color Cylindrical-coordinate representation of color #454A08: hue angle of 64.55º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #454A08 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 74 | 8 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.71 |
| HSL | 64.55º | 0.8% | 0.16% | - |
| HSV(B) | 64.55º | 0.89% | 0.29% | - |
| XYZ | 4.95 | 6.18 | 1.16 | - |
| YUV | 64.98 | 95.84 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 74 | 8 | 0.07 | 0 | 0.89 | 0.71 | 64.55 | 0.8 | 0.16 |
| Hex | 45 | 4A | 8 | 7 | 0 | 59 | 47 | 41 | 50 | 10 |
| Octal | 105 | 112 | 10 | 7 | 0 | 131 | 107 | 101 | 120 | 20 |
| Binary | 1000101 | 1001010 | 1000 | 111 | 0 | 1011001 | 1000111 | 1000001 | 1010000 | 10000 |
Color Harmonies of #454A08
Complementary color
Monochromatic Colors of #454A08
Black with #454A08
Text Example
Text Example
White with #454A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454A08; }
p { color: rgb(69,74,8); }
H1.HeaderClassName
{
color: #454A08;
}
.AnyTagClassName
{
color: #454A08;
}
</style>
background-color css
<style>
a { background-color: #454A08; }
a { background-color: rgb(69,74,8); }
div.DivClassName
{
background-color: #454A08;
}
.BgClassName
{
background-color: #454A08;
}
</style>
border-color css
<style>
span { border-color: #454A08; }
span { border-color: rgb(69,74,8); }
td.TdClassName
{
border-color: #454A08;
}
.TagClassName
{
border-color: #454A08;
}
</style>