#55824D

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

Shades of Glade Green #55824D

Tints of Glade Green #55824D

Color information

#55824D (or 0x55824D) is unknown color: approx Glade Green. HEX triplet: 55, 82 and 4D. RGB value is (85,130,77). Sum of RGB (Red+Green+Blue) = 85+130+77=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 130 - color contains mainly: green. Hex color #55824D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55824D is #AA7DB2. Grayscale: #6E6E6E. Windows color (decimal): -11173299 or 5079637. OLE color: 5079637.

HSL color Cylindrical-coordinate representation of color #55824D: hue angle of 110.94º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55824D is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB8513077-
CMYK0.3500.410.49
HSL110.94º25.6%40.59%-
HSV(B)110.94º40.77%50.98%-
XYZ13.0718.439.89-
YUV110.5109.09109.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.11%
GREEN value IS 130 (51.17% from 255) = 44.52%
BLUE value IS 77 (30.47% from 255) = 26.37%
R=29.11%
G=44.52%
B=26.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85130770.3500.410.49110.9425.640.59
Hex55824D23029316f1a29
Octal12520211543051611573251
Binary10101011000001010011011000110101001110001110111111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55824D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55824D; }

 p { color: rgb(85,130,77); }

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

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

 a { background-color: rgb(85,130,77); }

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

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

 span { border-color: rgb(85,130,77); }

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