Html Css Color HEX #529550 Fruit Salad

📋 copy color: '#529550'

red 82 ◦ green 149 ◦ blue 80

#529550
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #529550

Tints of Fruit Salad #529550

RGB

 RED value IS 82 (32.42% from 255) = 26.37%

 GREEN value IS 149 (58.59% from 255) = 47.91%

 BLUE value IS 80 (31.64% from 255) = 25.72%

R = 26.37%
G = 47.91%
B = 25.72%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#529550 (or 0x529550) is known color: Fruit Salad. HEX triplet: 52, 95 and 50. RGB value is (82,149,80). Sum of RGB (Red+Green+Blue) = 82+149+80=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 149 (58.59% from 255 or 47.91% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 149 - color contains mainly: green. Hex color #529550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529550 is #AD6AAF. Grayscale: #797979. Windows color (decimal): -11365040 or 5281106. OLE color: 5281106.

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

Color convert

RGB 82 149 80 -
CMYK 0.45 0 0.46 0.42
HSL 118.26º 0.3% 0.45% -
HSV(B) 118.26º 0.46% 0.58% -
XYZ 15.68 23.87 11.37 -
YUV 121.1 104.8 100.11 -
System Red Green Blue C M Y K H S L
Decimal 82 149 80 0.45 0 0.46 0.42 118.26 0.3 0.45
Hex 52 95 50 2D 0 2E 2A 76 1E 2D
Octal 122 225 120 55 0 56 52 166 36 55
Binary 1010010 10010101 1010000 101101 0 101110 101010 1110110 11110 101101

Color Harmonies of #529550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529550

Black with #529550

Text Example


Text Example

White with #529550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529550; }

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

 H1.HeaderClassName
 {
   color: #529550;
 }
 .AnyTagClassName
 {
   color: #529550;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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