#558C46

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

Shades of Glade Green #558C46

Tints of Glade Green #558C46

Color information

#558C46 (or 0x558C46) is unknown color: approx Glade Green. HEX triplet: 55, 8C and 46. RGB value is (85,140,70). Sum of RGB (Red+Green+Blue) = 85+140+70=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 140 (55.08% from 255 or 47.46% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 140 - color contains mainly: green. Hex color #558C46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558C46 is #AA73B9. Grayscale: #737373. Windows color (decimal): -11170746 or 4623445. OLE color: 4623445.

HSL color Cylindrical-coordinate representation of color #558C46: hue angle of 107.14º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #558C46 is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB8514070-
CMYK0.3900.500.45
HSL107.14º33.33%41.18%-
HSV(B)107.14º50%54.9%-
XYZ14.2321.139.12-
YUV115.58102.28106.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.81%
GREEN value IS 140 (55.08% from 255) = 47.46%
BLUE value IS 70 (27.73% from 255) = 23.73%
R=28.81%
G=47.46%
B=23.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal85140700.3900.500.45107.1433.3341.18
Hex558C46270322D6b2129
Octal12521410647062551534151
Binary101010110001100100011010011101100101011011101011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,140,70); }

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

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

 a { background-color: rgb(85,140,70); }

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

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

 span { border-color: rgb(85,140,70); }

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