Shades of Verdun Green #45550C
Tints of Verdun Green #45550C
RGB
CMYK
RGB Variations
Color information
#45550C (or 0x45550C) is known color: Verdun Green. HEX triplet: 45, 55 and 0C. RGB value is (69,85,12). Sum of RGB (Red+Green+Blue) = 69+85+12=166 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.57% from 166); Green value is 85 (33.59% from 255 or 51.20% from 166); Blue value is 12 (5.08% from 255 or 7.23% from 166); Max value from RGB is 85 - color contains mainly: green. Hex color #45550C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45550C is #BAAAF3. Grayscale: #484848. Windows color (decimal): -12233460 or 808261. OLE color: 808261.
HSL color Cylindrical-coordinate representation of color #45550C: hue angle of 73.15º 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 #45550C is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 85 | 12 | - |
| CMYK | 0.19 | 0 | 0.86 | 0.67 |
| HSL | 73.15º | 0.75% | 0.19% | - |
| HSV(B) | 73.15º | 0.86% | 0.33% | - |
| XYZ | 5.77 | 7.79 | 1.55 | - |
| YUV | 71.89 | 94.2 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 85 | 12 | 0.19 | 0 | 0.86 | 0.67 | 73.15 | 0.75 | 0.19 |
| Hex | 45 | 55 | C | 13 | 0 | 56 | 43 | 49 | 4B | 13 |
| Octal | 105 | 125 | 14 | 23 | 0 | 126 | 103 | 111 | 113 | 23 |
| Binary | 1000101 | 1010101 | 1100 | 10011 | 0 | 1010110 | 1000011 | 1001001 | 1001011 | 10011 |
Color Harmonies of #45550C
Complementary color
Monochromatic Colors of #45550C
Black with #45550C
Text Example
Text Example
White with #45550C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45550C; }
p { color: rgb(69,85,12); }
H1.HeaderClassName
{
color: #45550C;
}
.AnyTagClassName
{
color: #45550C;
}
</style>
background-color css
<style>
a { background-color: #45550C; }
a { background-color: rgb(69,85,12); }
div.DivClassName
{
background-color: #45550C;
}
.BgClassName
{
background-color: #45550C;
}
</style>
border-color css
<style>
span { border-color: #45550C; }
span { border-color: rgb(69,85,12); }
td.TdClassName
{
border-color: #45550C;
}
.TagClassName
{
border-color: #45550C;
}
</style>