#55824C

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

Shades of Glade Green #55824C

Tints of Glade Green #55824C

Color information

#55824C (or 0x55824C) is unknown color: approx Glade Green. HEX triplet: 55, 82 and 4C. RGB value is (85,130,76). Sum of RGB (Red+Green+Blue) = 85+130+76=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 130 - color contains mainly: green. Hex color #55824C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55824C is #AA7DB3. Grayscale: #6E6E6E. Windows color (decimal): -11173300 or 5014101. OLE color: 5014101.

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

Color convert

RGB8513076-
CMYK0.3500.420.49
HSL110º26.21%40.39%-
HSV(B)110º41.54%50.98%-
XYZ13.0318.429.71-
YUV110.39108.59109.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.21%
GREEN value IS 130 (51.17% from 255) = 44.67%
BLUE value IS 76 (30.08% from 255) = 26.12%
R=29.21%
G=44.67%
B=26.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85130760.3500.420.4911026.2140.39
Hex55824C2302A316e1a28
Octal12520211443052611563250
Binary10101011000001010011001000110101010110001110111011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55824C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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