#529C5D

Color #529C5D Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #529C5D

Tints of Fruit Salad #529C5D

Color information

#529C5D (or 0x529C5D) is unknown color: approx Fruit Salad. HEX triplet: 52, 9C and 5D. RGB value is (82,156,93). Sum of RGB (Red+Green+Blue) = 82+156+93=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 156 (61.33% from 255 or 47.13% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 156 - color contains mainly: green. Hex color #529C5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529C5D is #AD63A2. Grayscale: #7E7E7E. Windows color (decimal): -11363235 or 6134866. OLE color: 6134866.

HSL color Cylindrical-coordinate representation of color #529C5D: hue angle of 128.92º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #529C5D is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB8215693-
CMYK0.4700.400.39
HSL128.92º31.09%46.67%-
HSV(B)128.92º47.44%61.18%-
XYZ17.3426.3614.53-
YUV126.69108.9896.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.77%
GREEN value IS 156 (61.33% from 255) = 47.13%
BLUE value IS 93 (36.72% from 255) = 28.10%
R=24.77%
G=47.13%
B=28.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82156930.4700.400.39128.9231.0946.67
Hex529C5D2F02827811f2f
Octal12223413557050472013757
Binary101001010011100101110110111101010001001111000000111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529C5D; }

 p { color: rgb(82,156,93); }

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

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

 a { background-color: rgb(82,156,93); }

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

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

 span { border-color: rgb(82,156,93); }

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