Html Css Color HEX #529F58 Fruit Salad

📋 copy color: '#529F58'

red 82 ◦ green 159 ◦ blue 88

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

Shades of Fruit Salad #529F58

Tints of Fruit Salad #529F58

RGB

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

 GREEN value IS 159 (62.5% from 255) = 48.33%

 BLUE value IS 88 (34.77% from 255) = 26.75%

R = 24.92%
G = 48.33%
B = 26.75%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.45

 K value IS 0.38

RGB Variations

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

Color information

#529F58 (or 0x529F58) is known color: Fruit Salad. HEX triplet: 52, 9F and 58. RGB value is (82,159,88). Sum of RGB (Red+Green+Blue) = 82+159+88=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 159 (62.5% from 255 or 48.33% from 329); Blue value is 88 (34.77% from 255 or 26.75% from 329); Max value from RGB is 159 - color contains mainly: green. Hex color #529F58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529F58 is #AD60A7. Grayscale: #808080. Windows color (decimal): -11362472 or 5807954. OLE color: 5807954.

HSL color Cylindrical-coordinate representation of color #529F58: hue angle of 124.68º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #529F58 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 159 88 -
CMYK 0.48 0 0.45 0.38
HSL 124.68º 0.32% 0.47% -
HSV(B) 124.68º 0.48% 0.62% -
XYZ 17.64 27.29 13.57 -
YUV 127.88 105.49 95.27 -
System Red Green Blue C M Y K H S L
Decimal 82 159 88 0.48 0 0.45 0.38 124.68 0.32 0.47
Hex 52 9F 58 30 0 2D 26 7D 20 2F
Octal 122 237 130 60 0 55 46 175 40 57
Binary 1010010 10011111 1011000 110000 0 101101 100110 1111101 100000 101111

Color Harmonies of #529F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529F58

Black with #529F58

Text Example


Text Example

White with #529F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529F58; }

 p { color: rgb(82,159,88); }

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

background-color css

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

 a { background-color: rgb(82,159,88); }

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

border-color css

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

 span { border-color: rgb(82,159,88); }

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