#55894A

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

Shades of Glade Green #55894A

Tints of Glade Green #55894A

Color information

#55894A (or 0x55894A) is unknown color: approx Glade Green. HEX triplet: 55, 89 and 4A. RGB value is (85,137,74). Sum of RGB (Red+Green+Blue) = 85+137+74=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 137 (53.91% from 255 or 46.28% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 137 - color contains mainly: green. Hex color #55894A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55894A is #AA76B5. Grayscale: #727272. Windows color (decimal): -11171510 or 4884821. OLE color: 4884821.

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

Color convert

RGB8513774-
CMYK0.3800.460.46
HSL109.52º29.86%41.37%-
HSV(B)109.52º45.99%53.73%-
XYZ13.9320.329.67-
YUV114.27105.27107.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.72%
GREEN value IS 137 (53.91% from 255) = 46.28%
BLUE value IS 74 (29.30% from 255) = 25%
R=28.72%
G=46.28%
B=25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal85137740.3800.460.46109.5229.8641.37
Hex55894A2602E2E6e1e29
Octal12521111246056561563651
Binary10101011000100110010101001100101110101110110111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55894A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55894A; }

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

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

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

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

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

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

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

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