Shades of Verdun Green #55530D
Tints of Verdun Green #55530D
RGB
CMYK
RGB Variations
Color information
#55530D (or 0x55530D) is known color: Verdun Green. HEX triplet: 55, 53 and 0D. RGB value is (85,83,13). Sum of RGB (Red+Green+Blue) = 85+83+13=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 13 (5.47% from 255 or 7.18% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #55530D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55530D is #AAACF2. Grayscale: #4B4B4B. Windows color (decimal): -11185395 or 873301. OLE color: 873301.
HSL color Cylindrical-coordinate representation of color #55530D: hue angle of 58.33º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #55530D is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 83 | 13 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.67 |
| HSL | 58.33º | 0.73% | 0.19% | - |
| HSV(B) | 58.33º | 0.85% | 0.33% | - |
| XYZ | 6.91 | 8.15 | 1.59 | - |
| YUV | 75.62 | 92.66 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 13 | 0 | 0.02 | 0.85 | 0.67 | 58.33 | 0.73 | 0.19 |
| Hex | 55 | 53 | D | 0 | 2 | 55 | 43 | 3A | 49 | 13 |
| Octal | 125 | 123 | 15 | 0 | 2 | 125 | 103 | 72 | 111 | 23 |
| Binary | 1010101 | 1010011 | 1101 | 0 | 10 | 1010101 | 1000011 | 111010 | 1001001 | 10011 |
Color Harmonies of #55530D
Complementary color
Monochromatic Colors of #55530D
Black with #55530D
Text Example
Text Example
White with #55530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55530D; }
p { color: rgb(85,83,13); }
H1.HeaderClassName
{
color: #55530D;
}
.AnyTagClassName
{
color: #55530D;
}
</style>
background-color css
<style>
a { background-color: #55530D; }
a { background-color: rgb(85,83,13); }
div.DivClassName
{
background-color: #55530D;
}
.BgClassName
{
background-color: #55530D;
}
</style>
border-color css
<style>
span { border-color: #55530D; }
span { border-color: rgb(85,83,13); }
td.TdClassName
{
border-color: #55530D;
}
.TagClassName
{
border-color: #55530D;
}
</style>