Html Css Color HEX #529559 Fruit Salad

📋 copy color: '#529559'

red 82 ◦ green 149 ◦ blue 89

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

Shades of Fruit Salad #529559

Tints of Fruit Salad #529559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 27.81%

R = 25.63%
G = 46.56%
B = 27.81%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#529559 (or 0x529559) is known color: Fruit Salad. HEX triplet: 52, 95 and 59. RGB value is (82,149,89). Sum of RGB (Red+Green+Blue) = 82+149+89=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 149 (58.59% from 255 or 46.56% from 320); Blue value is 89 (35.16% from 255 or 27.81% from 320); Max value from RGB is 149 - color contains mainly: green. Hex color #529559 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529559 is #AD6AA6. Grayscale: #7A7A7A. Windows color (decimal): -11365031 or 5870930. OLE color: 5870930.

HSL color Cylindrical-coordinate representation of color #529559: hue angle of 126.27º 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 #529559 is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 149 89 -
CMYK 0.45 0 0.40 0.42
HSL 126.27º 0.29% 0.45% -
HSV(B) 126.27º 0.45% 0.58% -
XYZ 16.03 24.01 13.24 -
YUV 122.13 109.3 99.38 -
System Red Green Blue C M Y K H S L
Decimal 82 149 89 0.45 0 0.40 0.42 126.27 0.29 0.45
Hex 52 95 59 2D 0 28 2A 7E 1D 2D
Octal 122 225 131 55 0 50 52 176 35 55
Binary 1010010 10010101 1011001 101101 0 101000 101010 1111110 11101 101101

Color Harmonies of #529559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529559

Black with #529559

Text Example


Text Example

White with #529559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529559; }

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

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

background-color css

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

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

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

border-color css

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

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

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