Shades of Verdun Green #555308
Tints of Verdun Green #555308
RGB
CMYK
RGB Variations
Color information
#555308 (or 0x555308) is known color: Verdun Green. HEX triplet: 55, 53 and 08. RGB value is (85,83,8). Sum of RGB (Red+Green+Blue) = 85+83+8=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 8 (3.52% from 255 or 4.55% from 176); Max value from RGB is 85 - color contains mainly: red. Hex color #555308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555308 is #AAACF7. Grayscale: #4B4B4B. Windows color (decimal): -11185400 or 545621. OLE color: 545621.
HSL color Cylindrical-coordinate representation of color #555308: hue angle of 58.44º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #555308 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 83 | 8 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.67 |
| HSL | 58.44º | 0.83% | 0.18% | - |
| HSV(B) | 58.44º | 0.91% | 0.33% | - |
| XYZ | 6.88 | 8.14 | 1.44 | - |
| YUV | 75.05 | 90.16 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 8 | 0 | 0.02 | 0.91 | 0.67 | 58.44 | 0.83 | 0.18 |
| Hex | 55 | 53 | 8 | 0 | 2 | 5B | 43 | 3A | 53 | 12 |
| Octal | 125 | 123 | 10 | 0 | 2 | 133 | 103 | 72 | 123 | 22 |
| Binary | 1010101 | 1010011 | 1000 | 0 | 10 | 1011011 | 1000011 | 111010 | 1010011 | 10010 |
Color Harmonies of #555308
Complementary color
Monochromatic Colors of #555308
Black with #555308
Text Example
Text Example
White with #555308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555308; }
p { color: rgb(85,83,8); }
H1.HeaderClassName
{
color: #555308;
}
.AnyTagClassName
{
color: #555308;
}
</style>
background-color css
<style>
a { background-color: #555308; }
a { background-color: rgb(85,83,8); }
div.DivClassName
{
background-color: #555308;
}
.BgClassName
{
background-color: #555308;
}
</style>
border-color css
<style>
span { border-color: #555308; }
span { border-color: rgb(85,83,8); }
td.TdClassName
{
border-color: #555308;
}
.TagClassName
{
border-color: #555308;
}
</style>