#55844C

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

Shades of Glade Green #55844C

Tints of Glade Green #55844C

Color information

#55844C (or 0x55844C) is unknown color: approx Glade Green. HEX triplet: 55, 84 and 4C. RGB value is (85,132,76). Sum of RGB (Red+Green+Blue) = 85+132+76=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 132 (51.95% from 255 or 45.05% from 293); Blue value is 76 (30.08% from 255 or 25.94% from 293); Max value from RGB is 132 - color contains mainly: green. Hex color #55844C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55844C is #AA7BB3. Grayscale: #6F6F6F. Windows color (decimal): -11172788 or 5014613. OLE color: 5014613.

HSL color Cylindrical-coordinate representation of color #55844C: hue angle of 110.36º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #55844C is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB8513276-
CMYK0.3600.420.48
HSL110.36º26.92%40.78%-
HSV(B)110.36º42.42%51.76%-
XYZ13.318.969.8-
YUV111.56107.93109.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.01%
GREEN value IS 132 (51.95% from 255) = 45.05%
BLUE value IS 76 (30.08% from 255) = 25.94%
R=29.01%
G=45.05%
B=25.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85132760.3600.420.48110.3626.9240.78
Hex55844C2402A306e1b29
Octal12520411444052601563351
Binary10101011000010010011001001000101010110000110111011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55844C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55844C; }

 p { color: rgb(85,132,76); }

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

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

 a { background-color: rgb(85,132,76); }

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

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

 span { border-color: rgb(85,132,76); }

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