#549537

Color #549537 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #549537

Tints of Limeade #549537

Color information

#549537 (or 0x549537) is unknown color: approx Limeade. HEX triplet: 54, 95 and 37. RGB value is (84,149,55). Sum of RGB (Red+Green+Blue) = 84+149+55=288 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.17% from 288); Green value is 149 (58.59% from 255 or 51.74% from 288); Blue value is 55 (21.88% from 255 or 19.10% from 288); Max value from RGB is 149 - color contains mainly: green. Hex color #549537 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549537 is #AB6AC8. Grayscale: #777777. Windows color (decimal): -11233993 or 3642708. OLE color: 3642708.

HSL color Cylindrical-coordinate representation of color #549537: hue angle of 101.49º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #549537 is Cyan = 0.44, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB8414955-
CMYK0.4400.630.42
HSL101.49º46.08%40%-
HSV(B)101.49º63.09%58.43%-
XYZ15.0923.667.38-
YUV118.8591.97103.14-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.17%
GREEN value IS 149 (58.59% from 255) = 51.74%
BLUE value IS 55 (21.88% from 255) = 19.10%
R=29.17%
G=51.74%
B=19.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84149550.4400.630.42101.4946.0840
Hex5495372C03F2A652e28
Octal1242256754077521455650
Binary10101001001010111011110110001111111010101100101101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549537; }

 p { color: rgb(84,149,55); }

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

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

 a { background-color: rgb(84,149,55); }

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

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

 span { border-color: rgb(84,149,55); }

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