#529C5B

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

Shades of Fruit Salad #529C5B

Tints of Fruit Salad #529C5B

Color information

#529C5B (or 0x529C5B) is unknown color: approx Fruit Salad. HEX triplet: 52, 9C and 5B. RGB value is (82,156,91). Sum of RGB (Red+Green+Blue) = 82+156+91=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 156 (61.33% from 255 or 47.42% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 156 - color contains mainly: green. Hex color #529C5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529C5B is #AD63A4. Grayscale: #7E7E7E. Windows color (decimal): -11363237 or 6003794. OLE color: 6003794.

HSL color Cylindrical-coordinate representation of color #529C5B: hue angle of 127.3º 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 #529C5B is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB8215691-
CMYK0.4700.420.39
HSL127.3º31.09%46.67%-
HSV(B)127.3º47.44%61.18%-
XYZ17.2626.3314.07-
YUV126.46107.9896.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.92%
GREEN value IS 156 (61.33% from 255) = 47.42%
BLUE value IS 91 (35.94% from 255) = 27.66%
R=24.92%
G=47.42%
B=27.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82156910.4700.420.39127.331.0946.67
Hex529C5B2F02A277f1f2f
Octal12223413357052471773757
Binary10100101001110010110111011110101010100111111111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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