Shades of Verdun Green #45540C
Tints of Verdun Green #45540C
RGB
CMYK
RGB Variations
Color information
#45540C (or 0x45540C) is known color: Verdun Green. HEX triplet: 45, 54 and 0C. RGB value is (69,84,12). Sum of RGB (Red+Green+Blue) = 69+84+12=165 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.82% from 165); Green value is 84 (33.20% from 255 or 50.91% from 165); Blue value is 12 (5.08% from 255 or 7.27% from 165); Max value from RGB is 84 - color contains mainly: green. Hex color #45540C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45540C is #BAABF3. Grayscale: #474747. Windows color (decimal): -12233716 or 808005. OLE color: 808005.
HSL color Cylindrical-coordinate representation of color #45540C: hue angle of 72.5º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #45540C is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 84 | 12 | - |
| CMYK | 0.18 | 0 | 0.86 | 0.67 |
| HSL | 72.5º | 0.75% | 0.19% | - |
| HSV(B) | 72.5º | 0.86% | 0.33% | - |
| XYZ | 5.69 | 7.63 | 1.52 | - |
| YUV | 71.31 | 94.53 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 84 | 12 | 0.18 | 0 | 0.86 | 0.67 | 72.5 | 0.75 | 0.19 |
| Hex | 45 | 54 | C | 12 | 0 | 56 | 43 | 48 | 4B | 13 |
| Octal | 105 | 124 | 14 | 22 | 0 | 126 | 103 | 110 | 113 | 23 |
| Binary | 1000101 | 1010100 | 1100 | 10010 | 0 | 1010110 | 1000011 | 1001000 | 1001011 | 10011 |
Color Harmonies of #45540C
Complementary color
Monochromatic Colors of #45540C
Black with #45540C
Text Example
Text Example
White with #45540C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45540C; }
p { color: rgb(69,84,12); }
H1.HeaderClassName
{
color: #45540C;
}
.AnyTagClassName
{
color: #45540C;
}
</style>
background-color css
<style>
a { background-color: #45540C; }
a { background-color: rgb(69,84,12); }
div.DivClassName
{
background-color: #45540C;
}
.BgClassName
{
background-color: #45540C;
}
</style>
border-color css
<style>
span { border-color: #45540C; }
span { border-color: rgb(69,84,12); }
td.TdClassName
{
border-color: #45540C;
}
.TagClassName
{
border-color: #45540C;
}
</style>