Shades of Verdun Green #45490A
Tints of Verdun Green #45490A
RGB
CMYK
RGB Variations
Color information
#45490A (or 0x45490A) is known color: Verdun Green. HEX triplet: 45, 49 and 0A. RGB value is (69,73,10). Sum of RGB (Red+Green+Blue) = 69+73+10=152 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.39% from 152); Green value is 73 (28.91% from 255 or 48.03% from 152); Blue value is 10 (4.30% from 255 or 6.58% from 152); Max value from RGB is 73 - color contains mainly: green. Hex color #45490A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45490A is #BAB6F5. Grayscale: #404040. Windows color (decimal): -12236534 or 674117. OLE color: 674117.
HSL color Cylindrical-coordinate representation of color #45490A: hue angle of 63.81º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #45490A is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 73 | 10 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.71 |
| HSL | 63.81º | 0.76% | 0.16% | - |
| HSV(B) | 63.81º | 0.86% | 0.29% | - |
| XYZ | 4.89 | 6.05 | 1.2 | - |
| YUV | 64.62 | 97.17 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 73 | 10 | 0.05 | 0 | 0.86 | 0.71 | 63.81 | 0.76 | 0.16 |
| Hex | 45 | 49 | A | 5 | 0 | 56 | 47 | 40 | 4C | 10 |
| Octal | 105 | 111 | 12 | 5 | 0 | 126 | 107 | 100 | 114 | 20 |
| Binary | 1000101 | 1001001 | 1010 | 101 | 0 | 1010110 | 1000111 | 1000000 | 1001100 | 10000 |
Color Harmonies of #45490A
Complementary color
Monochromatic Colors of #45490A
Black with #45490A
Text Example
Text Example
White with #45490A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45490A; }
p { color: rgb(69,73,10); }
H1.HeaderClassName
{
color: #45490A;
}
.AnyTagClassName
{
color: #45490A;
}
</style>
background-color css
<style>
a { background-color: #45490A; }
a { background-color: rgb(69,73,10); }
div.DivClassName
{
background-color: #45490A;
}
.BgClassName
{
background-color: #45490A;
}
</style>
border-color css
<style>
span { border-color: #45490A; }
span { border-color: rgb(69,73,10); }
td.TdClassName
{
border-color: #45490A;
}
.TagClassName
{
border-color: #45490A;
}
</style>