#549318

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

Shades of Limeade #549318

Tints of Limeade #549318

Color information

#549318 (or 0x549318) is unknown color: approx Limeade. HEX triplet: 54, 93 and 18. RGB value is (84,147,24). Sum of RGB (Red+Green+Blue) = 84+147+24=255 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.94% from 255); Green value is 147 (57.81% from 255 or 57.65% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 147 - color contains mainly: green. Hex color #549318 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549318 is #AB6CE7. Grayscale: #727272. Windows color (decimal): -11234536 or 1610580. OLE color: 1610580.

HSL color Cylindrical-coordinate representation of color #549318: hue angle of 90.73º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #549318 is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB8414724-
CMYK0.4300.840.42
HSL90.73º71.93%33.53%-
HSV(B)90.73º83.67%57.65%-
XYZ14.2522.824.52-
YUV114.1477.13106.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.94%
GREEN value IS 147 (57.81% from 255) = 57.65%
BLUE value IS 24 (9.77% from 255) = 9.41%
R=32.94%
G=57.65%
B=9.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84147240.4300.840.4290.7371.9333.53
Hex5493182B0542A5b4822
Octal124223305301245213311042
Binary101010010010011110001010110101010010101010110111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549318; }

 p { color: rgb(84,147,24); }

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

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

 a { background-color: rgb(84,147,24); }

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

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

 span { border-color: rgb(84,147,24); }

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