#529531

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

Shades of Limeade #529531

Tints of Limeade #529531

Color information

#529531 (or 0x529531) is unknown color: approx Limeade. HEX triplet: 52, 95 and 31. RGB value is (82,149,49). Sum of RGB (Red+Green+Blue) = 82+149+49=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 149 (58.59% from 255 or 53.21% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 149 - color contains mainly: green. Hex color #529531 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529531 is #AD6ACE. Grayscale: #757575. Windows color (decimal): -11365071 or 3249490. OLE color: 3249490.

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

Color convert

RGB8214949-
CMYK0.4500.670.42
HSL100.2º50.51%38.82%-
HSV(B)100.2º67.11%58.43%-
XYZ14.7823.516.66-
YUV117.5789.3102.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.29%
GREEN value IS 149 (58.59% from 255) = 53.21%
BLUE value IS 49 (19.53% from 255) = 17.5%
R=29.29%
G=53.21%
B=17.5%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82149490.4500.670.42100.250.5138.82
Hex5295312D0432A643327
Octal12222561550103521446347
Binary101001010010101110001101101010000111010101100100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529531; }

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

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

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

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

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

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

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

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