#558949

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

Shades of Glade Green #558949

Tints of Glade Green #558949

Color information

#558949 (or 0x558949) is unknown color: approx Glade Green. HEX triplet: 55, 89 and 49. RGB value is (85,137,73). Sum of RGB (Red+Green+Blue) = 85+137+73=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 137 (53.91% from 255 or 46.44% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 137 - color contains mainly: green. Hex color #558949 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558949 is #AA76B6. Grayscale: #727272. Windows color (decimal): -11171511 or 4819285. OLE color: 4819285.

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

Color convert

RGB8513773-
CMYK0.3800.470.46
HSL108.75º30.48%41.18%-
HSV(B)108.75º46.72%53.73%-
XYZ13.8920.39.49-
YUV114.16104.77107.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.81%
GREEN value IS 137 (53.91% from 255) = 46.44%
BLUE value IS 73 (28.91% from 255) = 24.75%
R=28.81%
G=46.44%
B=24.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal85137730.3800.470.46108.7530.4841.18
Hex5589492602F2E6d1e29
Octal12521111146057561553651
Binary10101011000100110010011001100101111101110110110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558949; }

 p { color: rgb(85,137,73); }

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

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

 a { background-color: rgb(85,137,73); }

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

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

 span { border-color: rgb(85,137,73); }

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