#539322

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

Shades of Limeade #539322

Tints of Limeade #539322

Color information

#539322 (or 0x539322) is unknown color: approx Limeade. HEX triplet: 53, 93 and 22. RGB value is (83,147,34). Sum of RGB (Red+Green+Blue) = 83+147+34=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 147 (57.81% from 255 or 55.68% from 264); Blue value is 34 (13.67% from 255 or 12.88% from 264); Max value from RGB is 147 - color contains mainly: green. Hex color #539322 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #539322 is #AC6CDD. Grayscale: #737373. Windows color (decimal): -11300062 or 2265939. OLE color: 2265939.

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

Color convert

RGB8314734-
CMYK0.4400.770.42
HSL93.98º62.43%35.49%-
HSV(B)93.98º76.87%57.65%-
XYZ14.2922.825.17-
YUV114.9882.3105.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.44%
GREEN value IS 147 (57.81% from 255) = 55.68%
BLUE value IS 34 (13.67% from 255) = 12.88%
R=31.44%
G=55.68%
B=12.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83147340.4400.770.4293.9862.4335.49
Hex5393222C04D2A5e3e23
Octal12322342540115521367643
Binary101001110010011100010101100010011011010101011110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539322; }

 p { color: rgb(83,147,34); }

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

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

 a { background-color: rgb(83,147,34); }

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

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

 span { border-color: rgb(83,147,34); }

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