Shades of Verdun Green #55610C
Tints of Verdun Green #55610C
RGB
CMYK
RGB Variations
Color information
#55610C (or 0x55610C) is known color: Verdun Green. HEX triplet: 55, 61 and 0C. RGB value is (85,97,12). Sum of RGB (Red+Green+Blue) = 85+97+12=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 97 (38.28% from 255 or 50% from 194); Blue value is 12 (5.08% from 255 or 6.19% from 194); Max value from RGB is 97 - color contains mainly: green. Hex color #55610C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55610C is #AA9EF3. Grayscale: #545454. Windows color (decimal): -11181812 or 811349. OLE color: 811349.
HSL color Cylindrical-coordinate representation of color #55610C: hue angle of 68.47º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #55610C is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 97 | 12 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.62 |
| HSL | 68.47º | 0.78% | 0.21% | - |
| HSV(B) | 68.47º | 0.88% | 0.38% | - |
| XYZ | 8.09 | 10.51 | 1.95 | - |
| YUV | 83.72 | 87.52 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 97 | 12 | 0.12 | 0 | 0.88 | 0.62 | 68.47 | 0.78 | 0.21 |
| Hex | 55 | 61 | C | C | 0 | 58 | 3E | 44 | 4E | 15 |
| Octal | 125 | 141 | 14 | 14 | 0 | 130 | 76 | 104 | 116 | 25 |
| Binary | 1010101 | 1100001 | 1100 | 1100 | 0 | 1011000 | 111110 | 1000100 | 1001110 | 10101 |
Color Harmonies of #55610C
Complementary color
Monochromatic Colors of #55610C
Black with #55610C
Text Example
Text Example
White with #55610C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55610C; }
p { color: rgb(85,97,12); }
H1.HeaderClassName
{
color: #55610C;
}
.AnyTagClassName
{
color: #55610C;
}
</style>
background-color css
<style>
a { background-color: #55610C; }
a { background-color: rgb(85,97,12); }
div.DivClassName
{
background-color: #55610C;
}
.BgClassName
{
background-color: #55610C;
}
</style>
border-color css
<style>
span { border-color: #55610C; }
span { border-color: rgb(85,97,12); }
td.TdClassName
{
border-color: #55610C;
}
.TagClassName
{
border-color: #55610C;
}
</style>