#558A47

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

Shades of Glade Green #558A47

Tints of Glade Green #558A47

Color information

#558A47 (or 0x558A47) is unknown color: approx Glade Green. HEX triplet: 55, 8A and 47. RGB value is (85,138,71). Sum of RGB (Red+Green+Blue) = 85+138+71=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 138 (54.30% from 255 or 46.94% from 294); Blue value is 71 (28.12% from 255 or 24.15% from 294); Max value from RGB is 138 - color contains mainly: green. Hex color #558A47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558A47 is #AA75B8. Grayscale: #727272. Windows color (decimal): -11171257 or 4688469. OLE color: 4688469.

HSL color Cylindrical-coordinate representation of color #558A47: hue angle of 107.46º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #558A47 is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.

Color convert

RGB8513871-
CMYK0.3800.490.46
HSL107.46º32.06%40.98%-
HSV(B)107.46º48.55%54.12%-
XYZ13.9720.569.19-
YUV114.51103.44106.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.91%
GREEN value IS 138 (54.30% from 255) = 46.94%
BLUE value IS 71 (28.12% from 255) = 24.15%
R=28.91%
G=46.94%
B=24.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal85138710.3800.490.46107.4632.0640.98
Hex558A47260312E6b2029
Octal12521210746061561534051
Binary101010110001010100011110011001100011011101101011100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558A47; }

 p { color: rgb(85,138,71); }

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

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

 a { background-color: rgb(85,138,71); }

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

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

 span { border-color: rgb(85,138,71); }

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