#529327

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

Shades of Limeade #529327

Tints of Limeade #529327

Color information

#529327 (or 0x529327) is unknown color: approx Limeade. HEX triplet: 52, 93 and 27. RGB value is (82,147,39). Sum of RGB (Red+Green+Blue) = 82+147+39=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 147 (57.81% from 255 or 54.85% from 268); Blue value is 39 (15.62% from 255 or 14.55% from 268); Max value from RGB is 147 - color contains mainly: green. Hex color #529327 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529327 is #AD6CD8. Grayscale: #737373. Windows color (decimal): -11365593 or 2593618. OLE color: 2593618.

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

Color convert

RGB8214739-
CMYK0.4400.730.42
HSL96.11º58.06%36.47%-
HSV(B)96.11º73.47%57.65%-
XYZ14.2822.815.57-
YUV115.2584.97104.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.60%
GREEN value IS 147 (57.81% from 255) = 54.85%
BLUE value IS 39 (15.62% from 255) = 14.55%
R=30.60%
G=54.85%
B=14.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82147390.4400.730.4296.1158.0636.47
Hex5293272C0492A603a24
Octal12222347540111521407244
Binary101001010010011100111101100010010011010101100000111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529327; }

 p { color: rgb(82,147,39); }

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

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

 a { background-color: rgb(82,147,39); }

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

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

 span { border-color: rgb(82,147,39); }

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