#55864A

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

Shades of Glade Green #55864A

Tints of Glade Green #55864A

Color information

#55864A (or 0x55864A) is unknown color: approx Glade Green. HEX triplet: 55, 86 and 4A. RGB value is (85,134,74). Sum of RGB (Red+Green+Blue) = 85+134+74=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 134 (52.73% from 255 or 45.73% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 134 - color contains mainly: green. Hex color #55864A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55864A is #AA79B5. Grayscale: #707070. Windows color (decimal): -11172278 or 4884053. OLE color: 4884053.

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

Color convert

RGB8513474-
CMYK0.3700.450.47
HSL109º28.85%40.78%-
HSV(B)109º44.78%52.55%-
XYZ13.5119.489.53-
YUV112.51106.27108.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.01%
GREEN value IS 134 (52.73% from 255) = 45.73%
BLUE value IS 74 (29.30% from 255) = 25.26%
R=29.01%
G=45.73%
B=25.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85134740.3700.450.4710928.8540.78
Hex55864A2502D2F6d1d29
Octal12520611245055571553551
Binary10101011000011010010101001010101101101111110110111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55864A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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