#558649

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

Shades of Glade Green #558649

Tints of Glade Green #558649

Color information

#558649 (or 0x558649) is unknown color: approx Glade Green. HEX triplet: 55, 86 and 49. RGB value is (85,134,73). Sum of RGB (Red+Green+Blue) = 85+134+73=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 134 (52.73% from 255 or 45.89% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 134 - color contains mainly: green. Hex color #558649 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558649 is #AA79B6. Grayscale: #707070. Windows color (decimal): -11172279 or 4818517. OLE color: 4818517.

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

Color convert

RGB8513473-
CMYK0.3700.460.47
HSL108.2º29.47%40.59%-
HSV(B)108.2º45.52%52.55%-
XYZ13.4719.469.35-
YUV112.4105.77108.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.11%
GREEN value IS 134 (52.73% from 255) = 45.89%
BLUE value IS 73 (28.91% from 255) = 25%
R=29.11%
G=45.89%
B=25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85134730.3700.460.47108.229.4740.59
Hex5586492502E2F6c1d29
Octal12520611145056571543551
Binary10101011000011010010011001010101110101111110110011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558649; }

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

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

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

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

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

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

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

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