#549334

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

Shades of Limeade #549334

Tints of Limeade #549334

Color information

#549334 (or 0x549334) is unknown color: approx Limeade. HEX triplet: 54, 93 and 34. RGB value is (84,147,52). Sum of RGB (Red+Green+Blue) = 84+147+52=283 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.68% from 283); Green value is 147 (57.81% from 255 or 51.94% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 147 - color contains mainly: green. Hex color #549334 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549334 is #AB6CCB. Grayscale: #757575. Windows color (decimal): -11234508 or 3445588. OLE color: 3445588.

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

Color convert

RGB8414752-
CMYK0.4300.650.42
HSL99.79º47.74%39.02%-
HSV(B)99.79º64.63%57.65%-
XYZ14.71236.91-
YUV117.3391.13104.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.68%
GREEN value IS 147 (57.81% from 255) = 51.94%
BLUE value IS 52 (20.70% from 255) = 18.37%
R=29.68%
G=51.94%
B=18.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84147520.4300.650.4299.7947.7439.02
Hex5493342B0412A643027
Octal12422364530101521446047
Binary101010010010011110100101011010000011010101100100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549334; }

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

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

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

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

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

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

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

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