#55834e

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

Shades of Glade Green #55834E

Tints of Glade Green #55834E

Color information

#55834E (or 0x55834E) is unknown color: approx Glade Green. HEX triplet: 55, 83 and 4E. RGB value is (85,131,78). Sum of RGB (Red+Green+Blue) = 85+131+78=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 131 (51.56% from 255 or 44.56% from 294); Blue value is 78 (30.86% from 255 or 26.53% from 294); Max value from RGB is 131 - color contains mainly: green. Hex color #55834E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55834E is #AA7CB1. Grayscale: #6F6F6F. Windows color (decimal): -11173042 or 5145429. OLE color: 5145429.

HSL color Cylindrical-coordinate representation of color #55834E: hue angle of 112.08º 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 #55834E is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB8513178-
CMYK0.3500.400.49
HSL112.08º25.36%40.98%-
HSV(B)112.08º40.46%51.37%-
XYZ13.2418.7110.12-
YUV111.2109.26109.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.91%
GREEN value IS 131 (51.56% from 255) = 44.56%
BLUE value IS 78 (30.86% from 255) = 26.53%
R=28.91%
G=44.56%
B=26.53%

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
Decimal85131780.3500.400.49112.0825.3640.98
Hex55834E2302831701929
Octal12520311643050611603151
Binary10101011000001110011101000110101000110001111000011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55834e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55834e; }

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

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

<style>
 a { background-color: #55834e; }

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

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

<style>
 span { border-color: #55834e; }

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

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