#529742

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

Shades of Fruit Salad #529742

Tints of Fruit Salad #529742

Color information

#529742 (or 0x529742) is unknown color: approx Fruit Salad. HEX triplet: 52, 97 and 42. RGB value is (82,151,66). Sum of RGB (Red+Green+Blue) = 82+151+66=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 151 (59.38% from 255 or 50.50% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 151 - color contains mainly: green. Hex color #529742 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529742 is #AD68BD. Grayscale: #787878. Windows color (decimal): -11364542 or 4364114. OLE color: 4364114.

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

Color convert

RGB8215166-
CMYK0.4600.560.41
HSL108.71º39.17%42.55%-
HSV(B)108.71º56.29%59.22%-
XYZ15.5324.329.03-
YUV120.6897.14100.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.42%
GREEN value IS 151 (59.38% from 255) = 50.50%
BLUE value IS 66 (26.17% from 255) = 22.07%
R=27.42%
G=50.50%
B=22.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal82151660.4600.560.41108.7139.1742.55
Hex5297422E038296d272b
Octal12222710256070511554753
Binary101001010010111100001010111001110001010011101101100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529742; }

 p { color: rgb(82,151,66); }

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

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

 a { background-color: rgb(82,151,66); }

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

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

 span { border-color: rgb(82,151,66); }

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