Shades of Verdun Green #55600F
Tints of Verdun Green #55600F
RGB
CMYK
RGB Variations
Color information
#55600F (or 0x55600F) is known color: Verdun Green. HEX triplet: 55, 60 and 0F. RGB value is (85,96,15). Sum of RGB (Red+Green+Blue) = 85+96+15=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 15 (6.25% from 255 or 7.65% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #55600F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55600F is #AA9FF0. Grayscale: #535353. Windows color (decimal): -11182065 or 1007701. OLE color: 1007701.
HSL color Cylindrical-coordinate representation of color #55600F: hue angle of 68.15º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55600F is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 96 | 15 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.62 |
| HSL | 68.15º | 0.73% | 0.22% | - |
| HSV(B) | 68.15º | 0.84% | 0.38% | - |
| XYZ | 8.02 | 10.33 | 2.02 | - |
| YUV | 83.48 | 89.36 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 96 | 15 | 0.11 | 0 | 0.84 | 0.62 | 68.15 | 0.73 | 0.22 |
| Hex | 55 | 60 | F | B | 0 | 54 | 3E | 44 | 49 | 16 |
| Octal | 125 | 140 | 17 | 13 | 0 | 124 | 76 | 104 | 111 | 26 |
| Binary | 1010101 | 1100000 | 1111 | 1011 | 0 | 1010100 | 111110 | 1000100 | 1001001 | 10110 |
Color Harmonies of #55600F
Complementary color
Monochromatic Colors of #55600F
Black with #55600F
Text Example
Text Example
White with #55600F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55600F; }
p { color: rgb(85,96,15); }
H1.HeaderClassName
{
color: #55600F;
}
.AnyTagClassName
{
color: #55600F;
}
</style>
background-color css
<style>
a { background-color: #55600F; }
a { background-color: rgb(85,96,15); }
div.DivClassName
{
background-color: #55600F;
}
.BgClassName
{
background-color: #55600F;
}
</style>
border-color css
<style>
span { border-color: #55600F; }
span { border-color: rgb(85,96,15); }
td.TdClassName
{
border-color: #55600F;
}
.TagClassName
{
border-color: #55600F;
}
</style>