#549619

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

Shades of Limeade #549619

Tints of Limeade #549619

Color information

#549619 (or 0x549619) is unknown color: approx Limeade. HEX triplet: 54, 96 and 19. RGB value is (84,150,25). Sum of RGB (Red+Green+Blue) = 84+150+25=259 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.43% from 259); Green value is 150 (58.98% from 255 or 57.92% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 150 - color contains mainly: green. Hex color #549619 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549619 is #AB69E6. Grayscale: #747474. Windows color (decimal): -11233767 or 1676884. OLE color: 1676884.

HSL color Cylindrical-coordinate representation of color #549619: hue angle of 91.68º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #549619 is Cyan = 0.44, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB8415025-
CMYK0.4400.830.41
HSL91.68º71.43%34.31%-
HSV(B)91.68º83.33%58.82%-
XYZ14.7423.774.73-
YUV116.0276.63105.16-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.43%
GREEN value IS 150 (58.98% from 255) = 57.92%
BLUE value IS 25 (10.16% from 255) = 9.65%
R=32.43%
G=57.92%
B=9.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal84150250.4400.830.4191.6871.4334.31
Hex5496192C053295c4722
Octal124226315401235113410742
Binary101010010010110110011011000101001110100110111001000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549619; }

 p { color: rgb(84,150,25); }

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

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

 a { background-color: rgb(84,150,25); }

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

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

 span { border-color: rgb(84,150,25); }

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