Shades of Verdun Green #45540F
Tints of Verdun Green #45540F
RGB
CMYK
RGB Variations
Color information
#45540F (or 0x45540F) is known color: Verdun Green. HEX triplet: 45, 54 and 0F. RGB value is (69,84,15). Sum of RGB (Red+Green+Blue) = 69+84+15=168 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.07% from 168); Green value is 84 (33.20% from 255 or 50% from 168); Blue value is 15 (6.25% from 255 or 8.93% from 168); Max value from RGB is 84 - color contains mainly: green. Hex color #45540F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45540F is #BAABF0. Grayscale: #474747. Windows color (decimal): -12233713 or 1004613. OLE color: 1004613.
HSL color Cylindrical-coordinate representation of color #45540F: hue angle of 73.04º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #45540F is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 84 | 15 | - |
| CMYK | 0.18 | 0 | 0.82 | 0.67 |
| HSL | 73.04º | 0.7% | 0.19% | - |
| HSV(B) | 73.04º | 0.82% | 0.33% | - |
| XYZ | 5.71 | 7.64 | 1.63 | - |
| YUV | 71.65 | 96.03 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 84 | 15 | 0.18 | 0 | 0.82 | 0.67 | 73.04 | 0.7 | 0.19 |
| Hex | 45 | 54 | F | 12 | 0 | 52 | 43 | 49 | 46 | 13 |
| Octal | 105 | 124 | 17 | 22 | 0 | 122 | 103 | 111 | 106 | 23 |
| Binary | 1000101 | 1010100 | 1111 | 10010 | 0 | 1010010 | 1000011 | 1001001 | 1000110 | 10011 |
Color Harmonies of #45540F
Complementary color
Monochromatic Colors of #45540F
Black with #45540F
Text Example
Text Example
White with #45540F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45540F; }
p { color: rgb(69,84,15); }
H1.HeaderClassName
{
color: #45540F;
}
.AnyTagClassName
{
color: #45540F;
}
</style>
background-color css
<style>
a { background-color: #45540F; }
a { background-color: rgb(69,84,15); }
div.DivClassName
{
background-color: #45540F;
}
.BgClassName
{
background-color: #45540F;
}
</style>
border-color css
<style>
span { border-color: #45540F; }
span { border-color: rgb(69,84,15); }
td.TdClassName
{
border-color: #45540F;
}
.TagClassName
{
border-color: #45540F;
}
</style>