#055138

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

Shades of Sherwood Green #055138

Tints of Sherwood Green #055138

Color information

#055138 (or 0x055138) is unknown color: approx Sherwood Green. HEX triplet: 05, 51 and 38. RGB value is (5,81,56). Sum of RGB (Red+Green+Blue) = 5+81+56=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 81 (32.03% from 255 or 57.04% from 142); Blue value is 56 (22.27% from 255 or 39.44% from 142); Max value from RGB is 81 - color contains mainly: green. Hex color #055138 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055138 is #FAAEC7. Grayscale: #373737. Windows color (decimal): -16428744 or 3690757. OLE color: 3690757.

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

Color convert

RGB58156-
CMYK0.9400.310.68
HSL160.26º88.37%16.86%-
HSV(B)160.26º93.83%31.76%-
XYZ3.726.24.74-
YUV55.43128.3292.03-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.52%
GREEN value IS 81 (32.03% from 255) = 57.04%
BLUE value IS 56 (22.27% from 255) = 39.44%
R=3.52%
G=57.04%
B=39.44%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal581560.9400.310.68160.2688.3716.86
Hex551385E01F44a05811
Octal51217013603710424013021
Binary10110100011110001011110011111100010010100000101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055138; }

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

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

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

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

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

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

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

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