#529631

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

Shades of Limeade #529631

Tints of Limeade #529631

Color information

#529631 (or 0x529631) is unknown color: approx Limeade. HEX triplet: 52, 96 and 31. RGB value is (82,150,49). Sum of RGB (Red+Green+Blue) = 82+150+49=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 150 (58.98% from 255 or 53.38% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 150 - color contains mainly: green. Hex color #529631 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529631 is #AD69CE. Grayscale: #767676. Windows color (decimal): -11364815 or 3249746. OLE color: 3249746.

HSL color Cylindrical-coordinate representation of color #529631: hue angle of 100.4º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #529631 is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB8215049-
CMYK0.4500.670.41
HSL100.4º50.75%39.02%-
HSV(B)100.4º67.33%58.82%-
XYZ14.9423.836.72-
YUV118.1588.97102.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.18%
GREEN value IS 150 (58.98% from 255) = 53.38%
BLUE value IS 49 (19.53% from 255) = 17.44%
R=29.18%
G=53.38%
B=17.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal82150490.4500.670.41100.450.7539.02
Hex5296312D04329643327
Octal12222661550103511446347
Binary101001010010110110001101101010000111010011100100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529631; }

 p { color: rgb(82,150,49); }

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

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

 a { background-color: rgb(82,150,49); }

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

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

 span { border-color: rgb(82,150,49); }

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