Shades of Verdun Green #55550C
Tints of Verdun Green #55550C
RGB
CMYK
RGB Variations
Color information
#55550C (or 0x55550C) is known color: Verdun Green. HEX triplet: 55, 55 and 0C. RGB value is (85,85,12). Sum of RGB (Red+Green+Blue) = 85+85+12=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 85 - color contains mainly: red, green. Hex color #55550C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55550C is #AAAAF3. Grayscale: #4C4C4C. Windows color (decimal): -11184884 or 808277. OLE color: 808277.
HSL color Cylindrical-coordinate representation of color #55550C: hue angle of 60º 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 #55550C is Cyan = 0, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 85 | 12 | - |
| CMYK | 0 | 0 | 0.86 | 0.67 |
| HSL | 60º | 0.75% | 0.19% | - |
| HSV(B) | 60º | 0.86% | 0.33% | - |
| XYZ | 7.06 | 8.45 | 1.61 | - |
| YUV | 76.68 | 91.5 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 85 | 12 | 0 | 0 | 0.86 | 0.67 | 60 | 0.75 | 0.19 |
| Hex | 55 | 55 | C | 0 | 0 | 56 | 43 | 3C | 4B | 13 |
| Octal | 125 | 125 | 14 | 0 | 0 | 126 | 103 | 74 | 113 | 23 |
| Binary | 1010101 | 1010101 | 1100 | 0 | 0 | 1010110 | 1000011 | 111100 | 1001011 | 10011 |
Color Harmonies of #55550C
Complementary color
Monochromatic Colors of #55550C
Black with #55550C
Text Example
Text Example
White with #55550C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55550C; }
p { color: rgb(85,85,12); }
H1.HeaderClassName
{
color: #55550C;
}
.AnyTagClassName
{
color: #55550C;
}
</style>
background-color css
<style>
a { background-color: #55550C; }
a { background-color: rgb(85,85,12); }
div.DivClassName
{
background-color: #55550C;
}
.BgClassName
{
background-color: #55550C;
}
</style>
border-color css
<style>
span { border-color: #55550C; }
span { border-color: rgb(85,85,12); }
td.TdClassName
{
border-color: #55550C;
}
.TagClassName
{
border-color: #55550C;
}
</style>