#529549

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

Shades of Fruit Salad #529549

Tints of Fruit Salad #529549

Color information

#529549 (or 0x529549) is unknown color: approx Fruit Salad. HEX triplet: 52, 95 and 49. RGB value is (82,149,73). Sum of RGB (Red+Green+Blue) = 82+149+73=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 149 (58.59% from 255 or 49.01% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 149 - color contains mainly: green. Hex color #529549 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529549 is #AD6AB6. Grayscale: #787878. Windows color (decimal): -11365047 or 4822354. OLE color: 4822354.

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

Color convert

RGB8214973-
CMYK0.4500.510.42
HSL112.89º34.23%43.53%-
HSV(B)112.89º51.01%58.43%-
XYZ15.4323.7710.08-
YUV120.3101.3100.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.97%
GREEN value IS 149 (58.59% from 255) = 49.01%
BLUE value IS 73 (28.91% from 255) = 24.01%
R=26.97%
G=49.01%
B=24.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82149730.4500.510.42112.8934.2343.53
Hex5295492D0332A71222c
Octal12222511155063521614254
Binary101001010010101100100110110101100111010101110001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529549; }

 p { color: rgb(82,149,73); }

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

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

 a { background-color: rgb(82,149,73); }

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

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

 span { border-color: rgb(82,149,73); }

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