#529C5C

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

Shades of Fruit Salad #529C5C

Tints of Fruit Salad #529C5C

Color information

#529C5C (or 0x529C5C) is unknown color: approx Fruit Salad. HEX triplet: 52, 9C and 5C. RGB value is (82,156,92). Sum of RGB (Red+Green+Blue) = 82+156+92=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 156 (61.33% from 255 or 47.27% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 156 - color contains mainly: green. Hex color #529C5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529C5C is #AD63A3. Grayscale: #7E7E7E. Windows color (decimal): -11363236 or 6069330. OLE color: 6069330.

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

Color convert

RGB8215692-
CMYK0.4700.410.39
HSL128.11º31.09%46.67%-
HSV(B)128.11º47.44%61.18%-
XYZ17.326.3414.3-
YUV126.58108.4896.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.85%
GREEN value IS 156 (61.33% from 255) = 47.27%
BLUE value IS 92 (36.33% from 255) = 27.88%
R=24.85%
G=47.27%
B=27.88%

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
Decimal82156920.4700.410.39128.1131.0946.67
Hex529C5C2F02927801f2f
Octal12223413457051472003757
Binary101001010011100101110010111101010011001111000000011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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