Shades of Verdun Green #45570C
Tints of Verdun Green #45570C
RGB
CMYK
RGB Variations
Color information
#45570C (or 0x45570C) is known color: Verdun Green. HEX triplet: 45, 57 and 0C. RGB value is (69,87,12). Sum of RGB (Red+Green+Blue) = 69+87+12=168 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.07% from 168); Green value is 87 (34.38% from 255 or 51.79% from 168); Blue value is 12 (5.08% from 255 or 7.14% from 168); Max value from RGB is 87 - color contains mainly: green. Hex color #45570C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45570C is #BAA8F3. Grayscale: #494949. Windows color (decimal): -12232948 or 808773. OLE color: 808773.
HSL color Cylindrical-coordinate representation of color #45570C: hue angle of 74.4º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #45570C is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 69 | 87 | 12 | - |
| CMYK | 0.21 | 0 | 0.86 | 0.66 |
| HSL | 74.4º | 0.76% | 0.19% | - |
| HSV(B) | 74.4º | 0.86% | 0.34% | - |
| XYZ | 5.93 | 8.11 | 1.6 | - |
| YUV | 73.07 | 93.54 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 87 | 12 | 0.21 | 0 | 0.86 | 0.66 | 74.4 | 0.76 | 0.19 |
| Hex | 45 | 57 | C | 15 | 0 | 56 | 42 | 4A | 4C | 13 |
| Octal | 105 | 127 | 14 | 25 | 0 | 126 | 102 | 112 | 114 | 23 |
| Binary | 1000101 | 1010111 | 1100 | 10101 | 0 | 1010110 | 1000010 | 1001010 | 1001100 | 10011 |
Color Harmonies of #45570C
Complementary color
Monochromatic Colors of #45570C
Black with #45570C
Text Example
Text Example
White with #45570C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45570C; }
p { color: rgb(69,87,12); }
H1.HeaderClassName
{
color: #45570C;
}
.AnyTagClassName
{
color: #45570C;
}
</style>
background-color css
<style>
a { background-color: #45570C; }
a { background-color: rgb(69,87,12); }
div.DivClassName
{
background-color: #45570C;
}
.BgClassName
{
background-color: #45570C;
}
</style>
border-color css
<style>
span { border-color: #45570C; }
span { border-color: rgb(69,87,12); }
td.TdClassName
{
border-color: #45570C;
}
.TagClassName
{
border-color: #45570C;
}
</style>