#529C5E

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

Shades of Fruit Salad #529C5E

Tints of Fruit Salad #529C5E

Color information

#529C5E (or 0x529C5E) is unknown color: approx Fruit Salad. HEX triplet: 52, 9C and 5E. RGB value is (82,156,94). Sum of RGB (Red+Green+Blue) = 82+156+94=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 156 (61.33% from 255 or 46.99% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 156 - color contains mainly: green. Hex color #529C5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529C5E is #AD63A1. Grayscale: #7E7E7E. Windows color (decimal): -11363234 or 6200402. OLE color: 6200402.

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

Color convert

RGB8215694-
CMYK0.4700.400.39
HSL129.73º31.09%46.67%-
HSV(B)129.73º47.44%61.18%-
XYZ17.3926.3814.76-
YUV126.81109.4896.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.70%
GREEN value IS 156 (61.33% from 255) = 46.99%
BLUE value IS 94 (37.11% from 255) = 28.31%
R=24.70%
G=46.99%
B=28.31%

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
Decimal82156940.4700.400.39129.7331.0946.67
Hex529C5E2F02827821f2f
Octal12223413657050472023757
Binary101001010011100101111010111101010001001111000001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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