#529847

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

Shades of Fruit Salad #529847

Tints of Fruit Salad #529847

Color information

#529847 (or 0x529847) is unknown color: approx Fruit Salad. HEX triplet: 52, 98 and 47. RGB value is (82,152,71). Sum of RGB (Red+Green+Blue) = 82+152+71=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 152 (59.77% from 255 or 49.84% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 152 - color contains mainly: green. Hex color #529847 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529847 is #AD67B8. Grayscale: #7A7A7A. Windows color (decimal): -11364281 or 4692050. OLE color: 4692050.

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

Color convert

RGB8215271-
CMYK0.4600.530.40
HSL111.85º36.32%43.73%-
HSV(B)111.85º53.29%59.61%-
XYZ15.8524.719.89-
YUV121.8499.3199.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.89%
GREEN value IS 152 (59.77% from 255) = 49.84%
BLUE value IS 71 (28.12% from 255) = 23.28%
R=26.89%
G=49.84%
B=23.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal82152710.4600.530.40111.8536.3243.73
Hex5298472E0352870242c
Octal12223010756065501604454
Binary101001010011000100011110111001101011010001110000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529847; }

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

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

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

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

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

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

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

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