#529456

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

Shades of Fruit Salad #529456

Tints of Fruit Salad #529456

Color information

#529456 (or 0x529456) is unknown color: approx Fruit Salad. HEX triplet: 52, 94 and 56. RGB value is (82,148,86). Sum of RGB (Red+Green+Blue) = 82+148+86=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 148 (58.20% from 255 or 46.84% from 316); Blue value is 86 (33.98% from 255 or 27.22% from 316); Max value from RGB is 148 - color contains mainly: green. Hex color #529456 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529456 is #AD6BA9. Grayscale: #797979. Windows color (decimal): -11365290 or 5674066. OLE color: 5674066.

HSL color Cylindrical-coordinate representation of color #529456: hue angle of 123.64º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #529456 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB8214886-
CMYK0.4500.420.42
HSL123.64º28.7%45.1%-
HSV(B)123.64º44.59%58.04%-
XYZ15.7523.6512.54-
YUV121.2108.13100.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.95%
GREEN value IS 148 (58.20% from 255) = 46.84%
BLUE value IS 86 (33.98% from 255) = 27.22%
R=25.95%
G=46.84%
B=27.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82148860.4500.420.42123.6428.745.1
Hex5294562D02A2A7c1d2d
Octal12222412655052521743555
Binary10100101001010010101101011010101010101010111110011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529456; }

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

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

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

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

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

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

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

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