Shades of Sherwood Green #054F37
Tints of Sherwood Green #054F37
RGB
CMYK
RGB Variations
Color information
#054F37 (or 0x054F37) is known color: Sherwood Green. HEX triplet: 05, 4F and 37. RGB value is (5,79,55). Sum of RGB (Red+Green+Blue) = 5+79+55=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 79 (31.25% from 255 or 56.83% from 139); Blue value is 55 (21.88% from 255 or 39.57% from 139); Max value from RGB is 79 - color contains mainly: green. Hex color #054F37 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #054F37 is #FAB0C8. Grayscale: #363636. Windows color (decimal): -16429257 or 3624709. OLE color: 3624709.
HSL color Cylindrical-coordinate representation of color #054F37: hue angle of 160.54º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054F37 is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 79 | 55 | - |
| CMYK | 0.94 | 0 | 0.30 | 0.69 |
| HSL | 160.54º | 0.88% | 0.16% | - |
| HSV(B) | 160.54º | 0.94% | 0.31% | - |
| XYZ | 3.55 | 5.9 | 4.57 | - |
| YUV | 54.14 | 128.48 | 92.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 79 | 55 | 0.94 | 0 | 0.30 | 0.69 | 160.54 | 0.88 | 0.16 |
| Hex | 5 | 4F | 37 | 5E | 0 | 1E | 45 | A1 | 58 | 10 |
| Octal | 5 | 117 | 67 | 136 | 0 | 36 | 105 | 241 | 130 | 20 |
| Binary | 101 | 1001111 | 110111 | 1011110 | 0 | 11110 | 1000101 | 10100001 | 1011000 | 10000 |
Color Harmonies of #054F37
Complementary color
Monochromatic Colors of #054F37
Black with #054F37
Text Example
Text Example
White with #054F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054F37; }
p { color: rgb(5,79,55); }
H1.HeaderClassName
{
color: #054F37;
}
.AnyTagClassName
{
color: #054F37;
}
</style>
background-color css
<style>
a { background-color: #054F37; }
a { background-color: rgb(5,79,55); }
div.DivClassName
{
background-color: #054F37;
}
.BgClassName
{
background-color: #054F37;
}
</style>
border-color css
<style>
span { border-color: #054F37; }
span { border-color: rgb(5,79,55); }
td.TdClassName
{
border-color: #054F37;
}
.TagClassName
{
border-color: #054F37;
}
</style>