#055137

Color #055137 Sherwood Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherwood Green #055137

Tints of Sherwood Green #055137

Color information

#055137 (or 0x055137) is unknown color: approx Sherwood Green. HEX triplet: 05, 51 and 37. RGB value is (5,81,55). Sum of RGB (Red+Green+Blue) = 5+81+55=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 81 (32.03% from 255 or 57.45% from 141); Blue value is 55 (21.88% from 255 or 39.01% from 141); Max value from RGB is 81 - color contains mainly: green. Hex color #055137 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055137 is #FAAEC8. Grayscale: #373737. Windows color (decimal): -16428745 or 3625221. OLE color: 3625221.

HSL color Cylindrical-coordinate representation of color #055137: hue angle of 159.47º 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 #055137 is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.68.

Color convert

RGB58155-
CMYK0.9400.320.68
HSL159.47º88.37%16.86%-
HSV(B)159.47º93.83%31.76%-
XYZ3.696.194.62-
YUV55.31127.8292.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 3.55%
GREEN value IS 81 (32.03% from 255) = 57.45%
BLUE value IS 55 (21.88% from 255) = 39.01%
R=3.55%
G=57.45%
B=39.01%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal581550.9400.320.68159.4788.3716.86
Hex551375E020449f5811
Octal51216713604010423713021
Binary101101000111011110111100100000100010010011111101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055137; }

 p { color: rgb(5,81,55); }

 H1.HeaderClassName
 {
   color: #055137;
 }
 .AnyTagClassName
 {
   color: #055137;
 }
</style>
background-color css

<style>
 a { background-color: #055137; }

 a { background-color: rgb(5,81,55); }

 div.DivClassName
 {
   background-color: #055137;
 }
 .BgClassName
 {
   background-color: #055137;
 }
</style>
border-color css

<style>
 span { border-color: #055137; }

 span { border-color: rgb(5,81,55); }

 td.TdClassName
 {
   border-color: #055137;
 }
 .TagClassName
 {
   border-color: #055137;
 }
</style>