Shades of Verdun Green #454A14
Tints of Verdun Green #454A14
RGB
CMYK
RGB Variations
Color information
#454A14 (or 0x454A14) is known color: Verdun Green. HEX triplet: 45, 4A and 14. RGB value is (69,74,20). Sum of RGB (Red+Green+Blue) = 69+74+20=163 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.33% from 163); Green value is 74 (29.30% from 255 or 45.40% from 163); Blue value is 20 (8.20% from 255 or 12.27% from 163); Max value from RGB is 74 - color contains mainly: green. Hex color #454A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454A14 is #BAB5EB. Grayscale: #424242. Windows color (decimal): -12236268 or 1329733. OLE color: 1329733.
HSL color Cylindrical-coordinate representation of color #454A14: hue angle of 65.56º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #454A14 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 74 | 20 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.71 |
| HSL | 65.56º | 0.57% | 0.18% | - |
| HSV(B) | 65.56º | 0.73% | 0.29% | - |
| XYZ | 5.03 | 6.21 | 1.6 | - |
| YUV | 66.35 | 101.84 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 74 | 20 | 0.07 | 0 | 0.73 | 0.71 | 65.56 | 0.57 | 0.18 |
| Hex | 45 | 4A | 14 | 7 | 0 | 49 | 47 | 42 | 39 | 12 |
| Octal | 105 | 112 | 24 | 7 | 0 | 111 | 107 | 102 | 71 | 22 |
| Binary | 1000101 | 1001010 | 10100 | 111 | 0 | 1001001 | 1000111 | 1000010 | 111001 | 10010 |
Color Harmonies of #454A14
Complementary color
Monochromatic Colors of #454A14
Black with #454A14
Text Example
Text Example
White with #454A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454A14; }
p { color: rgb(69,74,20); }
H1.HeaderClassName
{
color: #454A14;
}
.AnyTagClassName
{
color: #454A14;
}
</style>
background-color css
<style>
a { background-color: #454A14; }
a { background-color: rgb(69,74,20); }
div.DivClassName
{
background-color: #454A14;
}
.BgClassName
{
background-color: #454A14;
}
</style>
border-color css
<style>
span { border-color: #454A14; }
span { border-color: rgb(69,74,20); }
td.TdClassName
{
border-color: #454A14;
}
.TagClassName
{
border-color: #454A14;
}
</style>