#55854D

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

Shades of Glade Green #55854D

Tints of Glade Green #55854D

Color information

#55854D (or 0x55854D) is unknown color: approx Glade Green. HEX triplet: 55, 85 and 4D. RGB value is (85,133,77). Sum of RGB (Red+Green+Blue) = 85+133+77=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 133 - color contains mainly: green. Hex color #55854D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55854D is #AA7AB2. Grayscale: #707070. Windows color (decimal): -11172531 or 5080405. OLE color: 5080405.

HSL color Cylindrical-coordinate representation of color #55854D: hue angle of 111.43º 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 #55854D is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB8513377-
CMYK0.3600.420.48
HSL111.43º26.67%41.18%-
HSV(B)111.43º42.11%52.16%-
XYZ13.4719.2410.03-
YUV112.26108.1108.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.81%
GREEN value IS 133 (52.34% from 255) = 45.08%
BLUE value IS 77 (30.47% from 255) = 26.10%
R=28.81%
G=45.08%
B=26.10%

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
Decimal85133770.3600.420.48111.4326.6741.18
Hex55854D2402A306f1b29
Octal12520511544052601573351
Binary10101011000010110011011001000101010110000110111111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55854D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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