Shades of Verdun Green #555300
Tints of Verdun Green #555300
RGB
CMYK
RGB Variations
Color information
#555300 (or 0x555300) is known color: Verdun Green. HEX triplet: 55, 53 and 00. RGB value is (85,83,0). Sum of RGB (Red+Green+Blue) = 85+83+0=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 83 (32.81% from 255 or 49.40% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #555300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555300 is #AAACFF. Grayscale: #4A4A4A. Windows color (decimal): -11185408 or 21333. OLE color: 21333.
HSL color Cylindrical-coordinate representation of color #555300: hue angle of 58.59º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #555300 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 83 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.67 |
| HSL | 58.59º | 1% | 0.17% | - |
| HSV(B) | 58.59º | 1% | 0.33% | - |
| XYZ | 6.84 | 8.12 | 1.21 | - |
| YUV | 74.14 | 86.16 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 0 | 0 | 0.02 | 1 | 0.67 | 58.59 | 1 | 0.17 |
| Hex | 55 | 53 | 0 | 0 | 2 | 64 | 43 | 3B | 64 | 11 |
| Octal | 125 | 123 | 0 | 0 | 2 | 144 | 103 | 73 | 144 | 21 |
| Binary | 1010101 | 1010011 | 0 | 0 | 10 | 1100100 | 1000011 | 111011 | 1100100 | 10001 |
Color Harmonies of #555300
Complementary color
Monochromatic Colors of #555300
Black with #555300
Text Example
Text Example
White with #555300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555300; }
p { color: rgb(85,83,0); }
H1.HeaderClassName
{
color: #555300;
}
.AnyTagClassName
{
color: #555300;
}
</style>
background-color css
<style>
a { background-color: #555300; }
a { background-color: rgb(85,83,0); }
div.DivClassName
{
background-color: #555300;
}
.BgClassName
{
background-color: #555300;
}
</style>
border-color css
<style>
span { border-color: #555300; }
span { border-color: rgb(85,83,0); }
td.TdClassName
{
border-color: #555300;
}
.TagClassName
{
border-color: #555300;
}
</style>