Shades of Verdun Green #55530B
Tints of Verdun Green #55530B
RGB
CMYK
RGB Variations
Color information
#55530B (or 0x55530B) is known color: Verdun Green. HEX triplet: 55, 53 and 0B. RGB value is (85,83,11). Sum of RGB (Red+Green+Blue) = 85+83+11=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 83 (32.81% from 255 or 46.37% from 179); Blue value is 11 (4.69% from 255 or 6.15% from 179); Max value from RGB is 85 - color contains mainly: red. Hex color #55530B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55530B is #AAACF4. Grayscale: #4B4B4B. Windows color (decimal): -11185397 or 742229. OLE color: 742229.
HSL color Cylindrical-coordinate representation of color #55530B: hue angle of 58.38º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #55530B is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 83 | 11 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.67 |
| HSL | 58.38º | 0.77% | 0.19% | - |
| HSV(B) | 58.38º | 0.87% | 0.33% | - |
| XYZ | 6.9 | 8.14 | 1.52 | - |
| YUV | 75.39 | 91.66 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 11 | 0 | 0.02 | 0.87 | 0.67 | 58.38 | 0.77 | 0.19 |
| Hex | 55 | 53 | B | 0 | 2 | 57 | 43 | 3A | 4D | 13 |
| Octal | 125 | 123 | 13 | 0 | 2 | 127 | 103 | 72 | 115 | 23 |
| Binary | 1010101 | 1010011 | 1011 | 0 | 10 | 1010111 | 1000011 | 111010 | 1001101 | 10011 |
Color Harmonies of #55530B
Complementary color
Monochromatic Colors of #55530B
Black with #55530B
Text Example
Text Example
White with #55530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55530B; }
p { color: rgb(85,83,11); }
H1.HeaderClassName
{
color: #55530B;
}
.AnyTagClassName
{
color: #55530B;
}
</style>
background-color css
<style>
a { background-color: #55530B; }
a { background-color: rgb(85,83,11); }
div.DivClassName
{
background-color: #55530B;
}
.BgClassName
{
background-color: #55530B;
}
</style>
border-color css
<style>
span { border-color: #55530B; }
span { border-color: rgb(85,83,11); }
td.TdClassName
{
border-color: #55530B;
}
.TagClassName
{
border-color: #55530B;
}
</style>