#55824E

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

Shades of Glade Green #55824E

Tints of Glade Green #55824E

Color information

#55824E (or 0x55824E) is unknown color: approx Glade Green. HEX triplet: 55, 82 and 4E. RGB value is (85,130,78). Sum of RGB (Red+Green+Blue) = 85+130+78=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 78 (30.86% from 255 or 26.62% from 293); Max value from RGB is 130 - color contains mainly: green. Hex color #55824E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55824E is #AA7DB1. Grayscale: #6E6E6E. Windows color (decimal): -11173298 or 5145173. OLE color: 5145173.

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

Color convert

RGB8513078-
CMYK0.3500.400.49
HSL111.92º25%40.78%-
HSV(B)111.92º40%50.98%-
XYZ13.118.4510.08-
YUV110.62109.59109.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.01%
GREEN value IS 130 (51.17% from 255) = 44.37%
BLUE value IS 78 (30.86% from 255) = 26.62%
R=29.01%
G=44.37%
B=26.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85130780.3500.400.49111.922540.78
Hex55824E2302831701929
Octal12520211643050611603151
Binary10101011000001010011101000110101000110001111000011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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