Shades of Sherwood Green #055139
Tints of Sherwood Green #055139
RGB
CMYK
RGB Variations
Color information
#055139 (or 0x055139) is known color: Sherwood Green. HEX triplet: 05, 51 and 39. RGB value is (5,81,57). Sum of RGB (Red+Green+Blue) = 5+81+57=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 81 (32.03% from 255 or 56.64% from 143); Blue value is 57 (22.66% from 255 or 39.86% from 143); Max value from RGB is 81 - color contains mainly: green. Hex color #055139 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055139 is #FAAEC6. Grayscale: #373737. Windows color (decimal): -16428743 or 3756293. OLE color: 3756293.
HSL color Cylindrical-coordinate representation of color #055139: hue angle of 161.05º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055139 is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 5 | 81 | 57 | - |
| CMYK | 0.94 | 0 | 0.30 | 0.68 |
| HSL | 161.05º | 0.88% | 0.17% | - |
| HSV(B) | 161.05º | 0.94% | 0.32% | - |
| XYZ | 3.74 | 6.21 | 4.87 | - |
| YUV | 55.54 | 128.82 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 81 | 57 | 0.94 | 0 | 0.30 | 0.68 | 161.05 | 0.88 | 0.17 |
| Hex | 5 | 51 | 39 | 5E | 0 | 1E | 44 | A1 | 58 | 11 |
| Octal | 5 | 121 | 71 | 136 | 0 | 36 | 104 | 241 | 130 | 21 |
| Binary | 101 | 1010001 | 111001 | 1011110 | 0 | 11110 | 1000100 | 10100001 | 1011000 | 10001 |
Color Harmonies of #055139
Complementary color
Monochromatic Colors of #055139
Black with #055139
Text Example
Text Example
White with #055139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055139; }
p { color: rgb(5,81,57); }
H1.HeaderClassName
{
color: #055139;
}
.AnyTagClassName
{
color: #055139;
}
</style>
background-color css
<style>
a { background-color: #055139; }
a { background-color: rgb(5,81,57); }
div.DivClassName
{
background-color: #055139;
}
.BgClassName
{
background-color: #055139;
}
</style>
border-color css
<style>
span { border-color: #055139; }
span { border-color: rgb(5,81,57); }
td.TdClassName
{
border-color: #055139;
}
.TagClassName
{
border-color: #055139;
}
</style>