Shades of Verdun Green #45470A
Tints of Verdun Green #45470A
RGB
CMYK
RGB Variations
Color information
#45470A (or 0x45470A) is known color: Verdun Green. HEX triplet: 45, 47 and 0A. RGB value is (69,71,10). Sum of RGB (Red+Green+Blue) = 69+71+10=150 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46% from 150); Green value is 71 (28.12% from 255 or 47.33% from 150); Blue value is 10 (4.30% from 255 or 6.67% from 150); Max value from RGB is 71 - color contains mainly: green. Hex color #45470A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45470A is #BAB8F5. Grayscale: #3F3F3F. Windows color (decimal): -12237046 or 673605. OLE color: 673605.
HSL color Cylindrical-coordinate representation of color #45470A: hue angle of 61.97º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #45470A is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 69 | 71 | 10 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.72 |
| HSL | 61.97º | 0.75% | 0.16% | - |
| HSV(B) | 61.97º | 0.86% | 0.28% | - |
| XYZ | 4.76 | 5.79 | 1.15 | - |
| YUV | 63.45 | 97.84 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 71 | 10 | 0.03 | 0 | 0.86 | 0.72 | 61.97 | 0.75 | 0.16 |
| Hex | 45 | 47 | A | 3 | 0 | 56 | 48 | 3E | 4B | 10 |
| Octal | 105 | 107 | 12 | 3 | 0 | 126 | 110 | 76 | 113 | 20 |
| Binary | 1000101 | 1000111 | 1010 | 11 | 0 | 1010110 | 1001000 | 111110 | 1001011 | 10000 |
Color Harmonies of #45470A
Complementary color
Monochromatic Colors of #45470A
Black with #45470A
Text Example
Text Example
White with #45470A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45470A; }
p { color: rgb(69,71,10); }
H1.HeaderClassName
{
color: #45470A;
}
.AnyTagClassName
{
color: #45470A;
}
</style>
background-color css
<style>
a { background-color: #45470A; }
a { background-color: rgb(69,71,10); }
div.DivClassName
{
background-color: #45470A;
}
.BgClassName
{
background-color: #45470A;
}
</style>
border-color css
<style>
span { border-color: #45470A; }
span { border-color: rgb(69,71,10); }
td.TdClassName
{
border-color: #45470A;
}
.TagClassName
{
border-color: #45470A;
}
</style>