#529B5C

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

Shades of Fruit Salad #529B5C

Tints of Fruit Salad #529B5C

Color information

#529B5C (or 0x529B5C) is unknown color: approx Fruit Salad. HEX triplet: 52, 9B and 5C. RGB value is (82,155,92). Sum of RGB (Red+Green+Blue) = 82+155+92=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 155 (60.94% from 255 or 47.11% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 155 - color contains mainly: green. Hex color #529B5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529B5C is #AD64A3. Grayscale: #7E7E7E. Windows color (decimal): -11363492 or 6069074. OLE color: 6069074.

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

Color convert

RGB8215592-
CMYK0.4700.410.39
HSL128.22º30.8%46.47%-
HSV(B)128.22º47.1%60.78%-
XYZ17.1326.0114.24-
YUV125.99108.8296.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.92%
GREEN value IS 155 (60.94% from 255) = 47.11%
BLUE value IS 92 (36.33% from 255) = 27.96%
R=24.92%
G=47.11%
B=27.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82155920.4700.410.39128.2230.846.47
Hex529B5C2F02927801f2e
Octal12223313457051472003756
Binary101001010011011101110010111101010011001111000000011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,155,92); }

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

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

 a { background-color: rgb(82,155,92); }

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

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

 span { border-color: rgb(82,155,92); }

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