#529B5D

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

Shades of Fruit Salad #529B5D

Tints of Fruit Salad #529B5D

Color information

#529B5D (or 0x529B5D) is unknown color: approx Fruit Salad. HEX triplet: 52, 9B and 5D. RGB value is (82,155,93). Sum of RGB (Red+Green+Blue) = 82+155+93=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 155 (60.94% from 255 or 46.97% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 155 - color contains mainly: green. Hex color #529B5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529B5D is #AD64A2. Grayscale: #7E7E7E. Windows color (decimal): -11363491 or 6134610. OLE color: 6134610.

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

Color convert

RGB8215593-
CMYK0.4700.40.39
HSL129.04º30.8%46.47%-
HSV(B)129.04º47.1%60.78%-
XYZ17.1826.0314.47-
YUV126.1109.3296.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.85%
GREEN value IS 155 (60.94% from 255) = 46.97%
BLUE value IS 93 (36.72% from 255) = 28.18%
R=24.85%
G=46.97%
B=28.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82155930.4700.40.39129.0430.846.47
Hex529B5D2F02827811f2e
Octal12223313557050472013756
Binary101001010011011101110110111101010001001111000000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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