Shades of Verdun Green #45470C
Tints of Verdun Green #45470C
RGB
CMYK
RGB Variations
Color information
#45470C (or 0x45470C) is known color: Verdun Green. HEX triplet: 45, 47 and 0C. RGB value is (69,71,12). Sum of RGB (Red+Green+Blue) = 69+71+12=152 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.39% from 152); Green value is 71 (28.12% from 255 or 46.71% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 71 - color contains mainly: green. Hex color #45470C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45470C is #BAB8F3. Grayscale: #3F3F3F. Windows color (decimal): -12237044 or 804677. OLE color: 804677.
HSL color Cylindrical-coordinate representation of color #45470C: hue angle of 62.03º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #45470C is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 69 | 71 | 12 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.72 |
| HSL | 62.03º | 0.71% | 0.16% | - |
| HSV(B) | 62.03º | 0.83% | 0.28% | - |
| XYZ | 4.77 | 5.8 | 1.22 | - |
| YUV | 63.68 | 98.84 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 71 | 12 | 0.03 | 0 | 0.83 | 0.72 | 62.03 | 0.71 | 0.16 |
| Hex | 45 | 47 | C | 3 | 0 | 53 | 48 | 3E | 47 | 10 |
| Octal | 105 | 107 | 14 | 3 | 0 | 123 | 110 | 76 | 107 | 20 |
| Binary | 1000101 | 1000111 | 1100 | 11 | 0 | 1010011 | 1001000 | 111110 | 1000111 | 10000 |
Color Harmonies of #45470C
Complementary color
Monochromatic Colors of #45470C
Black with #45470C
Text Example
Text Example
White with #45470C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45470C; }
p { color: rgb(69,71,12); }
H1.HeaderClassName
{
color: #45470C;
}
.AnyTagClassName
{
color: #45470C;
}
</style>
background-color css
<style>
a { background-color: #45470C; }
a { background-color: rgb(69,71,12); }
div.DivClassName
{
background-color: #45470C;
}
.BgClassName
{
background-color: #45470C;
}
</style>
border-color css
<style>
span { border-color: #45470C; }
span { border-color: rgb(69,71,12); }
td.TdClassName
{
border-color: #45470C;
}
.TagClassName
{
border-color: #45470C;
}
</style>