Html Css Color HEX #529259 Fruit Salad

📋 copy color: '#529259'

red 82 ◦ green 146 ◦ blue 89

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

Shades of Fruit Salad #529259

Tints of Fruit Salad #529259

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.06%

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

R = 25.87%
G = 46.06%
B = 28.08%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.39

 K value IS 0.43

RGB Variations

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

Color information

#529259 (or 0x529259) is known color: Fruit Salad. HEX triplet: 52, 92 and 59. RGB value is (82,146,89). Sum of RGB (Red+Green+Blue) = 82+146+89=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 89 (35.16% from 255 or 28.08% from 317); Max value from RGB is 146 - color contains mainly: green. Hex color #529259 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529259 is #AD6DA6. Grayscale: #787878. Windows color (decimal): -11365799 or 5870162. OLE color: 5870162.

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

Color convert

RGB 82 146 89 -
CMYK 0.44 0 0.39 0.43
HSL 126.56º 0.28% 0.45% -
HSV(B) 126.56º 0.44% 0.57% -
XYZ 15.56 23.07 13.08 -
YUV 120.37 110.3 100.63 -
System Red Green Blue C M Y K H S L
Decimal 82 146 89 0.44 0 0.39 0.43 126.56 0.28 0.45
Hex 52 92 59 2C 0 27 2B 7F 1C 2D
Octal 122 222 131 54 0 47 53 177 34 55
Binary 1010010 10010010 1011001 101100 0 100111 101011 1111111 11100 101101

Color Harmonies of #529259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529259

Black with #529259

Text Example


Text Example

White with #529259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529259; }

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

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

background-color css

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

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

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

border-color css

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

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

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