#529856

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

Shades of Fruit Salad #529856

Tints of Fruit Salad #529856

Color information

#529856 (or 0x529856) is unknown color: approx Fruit Salad. HEX triplet: 52, 98 and 56. RGB value is (82,152,86). Sum of RGB (Red+Green+Blue) = 82+152+86=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 152 (59.77% from 255 or 47.5% from 320); Blue value is 86 (33.98% from 255 or 26.88% from 320); Max value from RGB is 152 - color contains mainly: green. Hex color #529856 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529856 is #AD67A9. Grayscale: #7B7B7B. Windows color (decimal): -11364266 or 5675090. OLE color: 5675090.

HSL color Cylindrical-coordinate representation of color #529856: hue angle of 123.43º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #529856 is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB8215286-
CMYK0.4600.430.40
HSL123.43º29.91%45.88%-
HSV(B)123.43º46.05%59.61%-
XYZ16.3924.9212.75-
YUV123.55106.8198.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.62%
GREEN value IS 152 (59.77% from 255) = 47.5%
BLUE value IS 86 (33.98% from 255) = 26.88%
R=25.62%
G=47.5%
B=26.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal82152860.4600.430.40123.4329.9145.88
Hex5298562E02B287b1e2e
Octal12223012656053501733656
Binary10100101001100010101101011100101011101000111101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529856; }

 p { color: rgb(82,152,86); }

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

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

 a { background-color: rgb(82,152,86); }

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

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

 span { border-color: rgb(82,152,86); }

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