#529D48

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

Shades of Fruit Salad #529D48

Tints of Fruit Salad #529D48

Color information

#529D48 (or 0x529D48) is unknown color: approx Fruit Salad. HEX triplet: 52, 9D and 48. RGB value is (82,157,72). Sum of RGB (Red+Green+Blue) = 82+157+72=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 157 (61.72% from 255 or 50.48% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 157 - color contains mainly: green. Hex color #529D48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529D48 is #AD62B7. Grayscale: #7D7D7D. Windows color (decimal): -11363000 or 4758866. OLE color: 4758866.

HSL color Cylindrical-coordinate representation of color #529D48: hue angle of 112.94º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #529D48 is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB8215772-
CMYK0.4800.540.38
HSL112.94º37.12%44.9%-
HSV(B)112.94º54.14%61.57%-
XYZ16.7126.3810.34-
YUV124.8898.1597.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.37%
GREEN value IS 157 (61.72% from 255) = 50.48%
BLUE value IS 72 (28.52% from 255) = 23.15%
R=26.37%
G=50.48%
B=23.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82157720.4800.540.38112.9437.1244.9
Hex529D48300362671252d
Octal12223511060066461614555
Binary101001010011101100100011000001101101001101110001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529D48; }

 p { color: rgb(82,157,72); }

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

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

 a { background-color: rgb(82,157,72); }

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

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

 span { border-color: rgb(82,157,72); }

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