Shades of Verdun Green #45510C
Tints of Verdun Green #45510C
RGB
CMYK
RGB Variations
Color information
#45510C (or 0x45510C) is known color: Verdun Green. HEX triplet: 45, 51 and 0C. RGB value is (69,81,12). Sum of RGB (Red+Green+Blue) = 69+81+12=162 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.59% from 162); Green value is 81 (32.03% from 255 or 50% from 162); Blue value is 12 (5.08% from 255 or 7.41% from 162); Max value from RGB is 81 - color contains mainly: green. Hex color #45510C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45510C is #BAAEF3. Grayscale: #454545. Windows color (decimal): -12234484 or 807237. OLE color: 807237.
HSL color Cylindrical-coordinate representation of color #45510C: hue angle of 70.43º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #45510C is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 81 | 12 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.68 |
| HSL | 70.43º | 0.74% | 0.18% | - |
| HSV(B) | 70.43º | 0.85% | 0.32% | - |
| XYZ | 5.46 | 7.18 | 1.45 | - |
| YUV | 69.55 | 95.52 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 81 | 12 | 0.15 | 0 | 0.85 | 0.68 | 70.43 | 0.74 | 0.18 |
| Hex | 45 | 51 | C | F | 0 | 55 | 44 | 46 | 4A | 12 |
| Octal | 105 | 121 | 14 | 17 | 0 | 125 | 104 | 106 | 112 | 22 |
| Binary | 1000101 | 1010001 | 1100 | 1111 | 0 | 1010101 | 1000100 | 1000110 | 1001010 | 10010 |
Color Harmonies of #45510C
Complementary color
Monochromatic Colors of #45510C
Black with #45510C
Text Example
Text Example
White with #45510C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45510C; }
p { color: rgb(69,81,12); }
H1.HeaderClassName
{
color: #45510C;
}
.AnyTagClassName
{
color: #45510C;
}
</style>
background-color css
<style>
a { background-color: #45510C; }
a { background-color: rgb(69,81,12); }
div.DivClassName
{
background-color: #45510C;
}
.BgClassName
{
background-color: #45510C;
}
</style>
border-color css
<style>
span { border-color: #45510C; }
span { border-color: rgb(69,81,12); }
td.TdClassName
{
border-color: #45510C;
}
.TagClassName
{
border-color: #45510C;
}
</style>