#558D45

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

Shades of Glade Green #558D45

Tints of Glade Green #558D45

Color information

#558D45 (or 0x558D45) is unknown color: approx Glade Green. HEX triplet: 55, 8D and 45. RGB value is (85,141,69). Sum of RGB (Red+Green+Blue) = 85+141+69=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 141 (55.47% from 255 or 47.80% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 141 - color contains mainly: green. Hex color #558D45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558D45 is #AA72BA. Grayscale: #747474. Windows color (decimal): -11170491 or 4558165. OLE color: 4558165.

HSL color Cylindrical-coordinate representation of color #558D45: hue angle of 106.67º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #558D45 is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.

Color convert

RGB8514169-
CMYK0.4000.510.45
HSL106.67º34.29%41.18%-
HSV(B)106.67º51.06%55.29%-
XYZ14.3521.419.01-
YUV116.05101.45105.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.81%
GREEN value IS 141 (55.47% from 255) = 47.80%
BLUE value IS 69 (27.34% from 255) = 23.39%
R=28.81%
G=47.80%
B=23.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal85141690.4000.510.45106.6734.2941.18
Hex558D45280332D6b2229
Octal12521510550063551534251
Binary101010110001101100010110100001100111011011101011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,141,69); }

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

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

 a { background-color: rgb(85,141,69); }

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

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

 span { border-color: rgb(85,141,69); }

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