#529227

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

Shades of Limeade #529227

Tints of Limeade #529227

Color information

#529227 (or 0x529227) is unknown color: approx Limeade. HEX triplet: 52, 92 and 27. RGB value is (82,146,39). Sum of RGB (Red+Green+Blue) = 82+146+39=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 146 (57.42% from 255 or 54.68% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 146 - color contains mainly: green. Hex color #529227 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529227 is #AD6DD8. Grayscale: #737373. Windows color (decimal): -11365849 or 2593362. OLE color: 2593362.

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

Color convert

RGB8214639-
CMYK0.4400.730.43
HSL95.89º57.84%36.27%-
HSV(B)95.89º73.29%57.25%-
XYZ14.1222.55.52-
YUV114.6785.3104.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.71%
GREEN value IS 146 (57.42% from 255) = 54.68%
BLUE value IS 39 (15.62% from 255) = 14.61%
R=30.71%
G=54.68%
B=14.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal82146390.4400.730.4395.8957.8436.27
Hex5292272C0492B603a24
Octal12222247540111531407244
Binary101001010010010100111101100010010011010111100000111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529227; }

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

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

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

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

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

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

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

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