Html Css Color HEX #529959 Fruit Salad

📋 copy color: '#529959'

red 82 ◦ green 153 ◦ blue 89

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

Shades of Fruit Salad #529959

Tints of Fruit Salad #529959

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.22%

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

R = 25.31%
G = 47.22%
B = 27.47%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#529959 (or 0x529959) is known color: Fruit Salad. HEX triplet: 52, 99 and 59. RGB value is (82,153,89). Sum of RGB (Red+Green+Blue) = 82+153+89=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 89 (35.16% from 255 or 27.47% from 324); Max value from RGB is 153 - color contains mainly: green. Hex color #529959 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529959 is #AD66A6. Grayscale: #7C7C7C. Windows color (decimal): -11364007 or 5871954. OLE color: 5871954.

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

Color convert

RGB 82 153 89 -
CMYK 0.46 0 0.42 0.4
HSL 125.92º 0.3% 0.46% -
HSV(B) 125.92º 0.46% 0.6% -
XYZ 16.67 25.3 13.46 -
YUV 124.48 107.98 97.7 -
System Red Green Blue C M Y K H S L
Decimal 82 153 89 0.46 0 0.42 0.4 125.92 0.3 0.46
Hex 52 99 59 2E 0 2A 28 7E 1E 2E
Octal 122 231 131 56 0 52 50 176 36 56
Binary 1010010 10011001 1011001 101110 0 101010 101000 1111110 11110 101110

Color Harmonies of #529959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529959

Black with #529959

Text Example


Text Example

White with #529959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529959; }

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

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

background-color css

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

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

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

border-color css

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

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

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