Shades of Verdun Green #55530C
Tints of Verdun Green #55530C
RGB
CMYK
RGB Variations
Color information
#55530C (or 0x55530C) is known color: Verdun Green. HEX triplet: 55, 53 and 0C. RGB value is (85,83,12). Sum of RGB (Red+Green+Blue) = 85+83+12=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 83 (32.81% from 255 or 46.11% from 180); Blue value is 12 (5.08% from 255 or 6.67% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #55530C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55530C is #AAACF3. Grayscale: #4B4B4B. Windows color (decimal): -11185396 or 807765. OLE color: 807765.
HSL color Cylindrical-coordinate representation of color #55530C: hue angle of 58.36º 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 #55530C is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 83 | 12 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.67 |
| HSL | 58.36º | 0.75% | 0.19% | - |
| HSV(B) | 58.36º | 0.86% | 0.33% | - |
| XYZ | 6.91 | 8.14 | 1.56 | - |
| YUV | 75.5 | 92.16 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 12 | 0 | 0.02 | 0.86 | 0.67 | 58.36 | 0.75 | 0.19 |
| Hex | 55 | 53 | C | 0 | 2 | 56 | 43 | 3A | 4B | 13 |
| Octal | 125 | 123 | 14 | 0 | 2 | 126 | 103 | 72 | 113 | 23 |
| Binary | 1010101 | 1010011 | 1100 | 0 | 10 | 1010110 | 1000011 | 111010 | 1001011 | 10011 |
Color Harmonies of #55530C
Complementary color
Monochromatic Colors of #55530C
Black with #55530C
Text Example
Text Example
White with #55530C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55530C; }
p { color: rgb(85,83,12); }
H1.HeaderClassName
{
color: #55530C;
}
.AnyTagClassName
{
color: #55530C;
}
</style>
background-color css
<style>
a { background-color: #55530C; }
a { background-color: rgb(85,83,12); }
div.DivClassName
{
background-color: #55530C;
}
.BgClassName
{
background-color: #55530C;
}
</style>
border-color css
<style>
span { border-color: #55530C; }
span { border-color: rgb(85,83,12); }
td.TdClassName
{
border-color: #55530C;
}
.TagClassName
{
border-color: #55530C;
}
</style>