Html Css Color HEX #529555 Fruit Salad

📋 copy color: '#529555'

red 82 ◦ green 149 ◦ blue 85

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

Shades of Fruit Salad #529555

Tints of Fruit Salad #529555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.9%

R = 25.95%
G = 47.15%
B = 26.9%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#529555 (or 0x529555) is known color: Fruit Salad. HEX triplet: 52, 95 and 55. RGB value is (82,149,85). Sum of RGB (Red+Green+Blue) = 82+149+85=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 149 - color contains mainly: green. Hex color #529555 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529555 is #AD6AAA. Grayscale: #797979. Windows color (decimal): -11365035 or 5608786. OLE color: 5608786.

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

Color convert

RGB 82 149 85 -
CMYK 0.45 0 0.43 0.42
HSL 122.69º 0.29% 0.45% -
HSV(B) 122.69º 0.45% 0.58% -
XYZ 15.87 23.94 12.38 -
YUV 121.67 107.3 99.7 -
System Red Green Blue C M Y K H S L
Decimal 82 149 85 0.45 0 0.43 0.42 122.69 0.29 0.45
Hex 52 95 55 2D 0 2B 2A 7B 1D 2D
Octal 122 225 125 55 0 53 52 173 35 55
Binary 1010010 10010101 1010101 101101 0 101011 101010 1111011 11101 101101

Color Harmonies of #529555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529555

Black with #529555

Text Example


Text Example

White with #529555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529555; }

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

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

background-color css

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

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

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

border-color css

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

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

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