#529647

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

Shades of Fruit Salad #529647

Tints of Fruit Salad #529647

Color information

#529647 (or 0x529647) is unknown color: approx Fruit Salad. HEX triplet: 52, 96 and 47. RGB value is (82,150,71). Sum of RGB (Red+Green+Blue) = 82+150+71=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 150 (58.98% from 255 or 49.50% from 303); Blue value is 71 (28.12% from 255 or 23.43% from 303); Max value from RGB is 150 - color contains mainly: green. Hex color #529647 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529647 is #AD69B8. Grayscale: #787878. Windows color (decimal): -11364793 or 4691538. OLE color: 4691538.

HSL color Cylindrical-coordinate representation of color #529647: hue angle of 111.65º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #529647 is Cyan = 0.45, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB8215071-
CMYK0.4500.530.41
HSL111.65º35.75%43.33%-
HSV(B)111.65º52.67%58.82%-
XYZ15.5224.069.79-
YUV120.6699.97100.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.06%
GREEN value IS 150 (58.98% from 255) = 49.50%
BLUE value IS 71 (28.12% from 255) = 23.43%
R=27.06%
G=49.50%
B=23.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal82150710.4500.530.41111.6535.7543.33
Hex5296472D0352970242b
Octal12222610755065511604453
Binary101001010010110100011110110101101011010011110000100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529647; }

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

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

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

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

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

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

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

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