Html Css Color HEX #529359 Fruit Salad

📋 copy color: '#529359'

red 82 ◦ green 147 ◦ blue 89

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

Shades of Fruit Salad #529359

Tints of Fruit Salad #529359

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.23%

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

R = 25.79%
G = 46.23%
B = 27.99%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#529359 (or 0x529359) is known color: Fruit Salad. HEX triplet: 52, 93 and 59. RGB value is (82,147,89). Sum of RGB (Red+Green+Blue) = 82+147+89=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 147 (57.81% from 255 or 46.23% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 147 - color contains mainly: green. Hex color #529359 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529359 is #AD6CA6. Grayscale: #797979. Windows color (decimal): -11365543 or 5870418. OLE color: 5870418.

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

Color convert

RGB 82 147 89 -
CMYK 0.44 0 0.39 0.42
HSL 126.46º 0.28% 0.45% -
HSV(B) 126.46º 0.44% 0.58% -
XYZ 15.72 23.38 13.14 -
YUV 120.95 109.97 100.22 -
System Red Green Blue C M Y K H S L
Decimal 82 147 89 0.44 0 0.39 0.42 126.46 0.28 0.45
Hex 52 93 59 2C 0 27 2A 7E 1C 2D
Octal 122 223 131 54 0 47 52 176 34 55
Binary 1010010 10010011 1011001 101100 0 100111 101010 1111110 11100 101101

Color Harmonies of #529359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529359

Black with #529359

Text Example


Text Example

White with #529359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529359; }

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

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

background-color css

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

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

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

border-color css

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

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

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