Shades of Verdun Green #45540D
Tints of Verdun Green #45540D
RGB
CMYK
RGB Variations
Color information
#45540D (or 0x45540D) is known color: Verdun Green. HEX triplet: 45, 54 and 0D. RGB value is (69,84,13). Sum of RGB (Red+Green+Blue) = 69+84+13=166 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.57% from 166); Green value is 84 (33.20% from 255 or 50.60% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 84 - color contains mainly: green. Hex color #45540D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45540D is #BAABF2. Grayscale: #474747. Windows color (decimal): -12233715 or 873541. OLE color: 873541.
HSL color Cylindrical-coordinate representation of color #45540D: hue angle of 72.68º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #45540D is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 84 | 13 | - |
| CMYK | 0.18 | 0 | 0.85 | 0.67 |
| HSL | 72.68º | 0.73% | 0.19% | - |
| HSV(B) | 72.68º | 0.85% | 0.33% | - |
| XYZ | 5.7 | 7.63 | 1.55 | - |
| YUV | 71.42 | 95.03 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 84 | 13 | 0.18 | 0 | 0.85 | 0.67 | 72.68 | 0.73 | 0.19 |
| Hex | 45 | 54 | D | 12 | 0 | 55 | 43 | 49 | 49 | 13 |
| Octal | 105 | 124 | 15 | 22 | 0 | 125 | 103 | 111 | 111 | 23 |
| Binary | 1000101 | 1010100 | 1101 | 10010 | 0 | 1010101 | 1000011 | 1001001 | 1001001 | 10011 |
Color Harmonies of #45540D
Complementary color
Monochromatic Colors of #45540D
Black with #45540D
Text Example
Text Example
White with #45540D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45540D; }
p { color: rgb(69,84,13); }
H1.HeaderClassName
{
color: #45540D;
}
.AnyTagClassName
{
color: #45540D;
}
</style>
background-color css
<style>
a { background-color: #45540D; }
a { background-color: rgb(69,84,13); }
div.DivClassName
{
background-color: #45540D;
}
.BgClassName
{
background-color: #45540D;
}
</style>
border-color css
<style>
span { border-color: #45540D; }
span { border-color: rgb(69,84,13); }
td.TdClassName
{
border-color: #45540D;
}
.TagClassName
{
border-color: #45540D;
}
</style>