Shades of Verdun Green #555309
Tints of Verdun Green #555309
RGB
CMYK
RGB Variations
Color information
#555309 (or 0x555309) is known color: Verdun Green. HEX triplet: 55, 53 and 09. RGB value is (85,83,9). Sum of RGB (Red+Green+Blue) = 85+83+9=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 83 (32.81% from 255 or 46.89% from 177); Blue value is 9 (3.91% from 255 or 5.08% from 177); Max value from RGB is 85 - color contains mainly: red. Hex color #555309 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555309 is #AAACF6. Grayscale: #4B4B4B. Windows color (decimal): -11185399 or 611157. OLE color: 611157.
HSL color Cylindrical-coordinate representation of color #555309: hue angle of 58.42º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #555309 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 83 | 9 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.67 |
| HSL | 58.42º | 0.81% | 0.18% | - |
| HSV(B) | 58.42º | 0.89% | 0.33% | - |
| XYZ | 6.89 | 8.14 | 1.47 | - |
| YUV | 75.16 | 90.66 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 9 | 0 | 0.02 | 0.89 | 0.67 | 58.42 | 0.81 | 0.18 |
| Hex | 55 | 53 | 9 | 0 | 2 | 59 | 43 | 3A | 51 | 12 |
| Octal | 125 | 123 | 11 | 0 | 2 | 131 | 103 | 72 | 121 | 22 |
| Binary | 1010101 | 1010011 | 1001 | 0 | 10 | 1011001 | 1000011 | 111010 | 1010001 | 10010 |
Color Harmonies of #555309
Complementary color
Monochromatic Colors of #555309
Black with #555309
Text Example
Text Example
White with #555309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555309; }
p { color: rgb(85,83,9); }
H1.HeaderClassName
{
color: #555309;
}
.AnyTagClassName
{
color: #555309;
}
</style>
background-color css
<style>
a { background-color: #555309; }
a { background-color: rgb(85,83,9); }
div.DivClassName
{
background-color: #555309;
}
.BgClassName
{
background-color: #555309;
}
</style>
border-color css
<style>
span { border-color: #555309; }
span { border-color: rgb(85,83,9); }
td.TdClassName
{
border-color: #555309;
}
.TagClassName
{
border-color: #555309;
}
</style>