Html Css Color HEX #528D5B Fruit Salad

📋 copy color: '#528D5B'

red 82 ◦ green 141 ◦ blue 91

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

Shades of Fruit Salad #528D5B

Tints of Fruit Salad #528D5B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 44.9%

 BLUE value IS 91 (35.94% from 255) = 28.98%

R = 26.11%
G = 44.9%
B = 28.98%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#528D5B (or 0x528D5B) is known color: Fruit Salad. HEX triplet: 52, 8D and 5B. RGB value is (82,141,91). Sum of RGB (Red+Green+Blue) = 82+141+91=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 141 (55.47% from 255 or 44.90% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 141 - color contains mainly: green. Hex color #528D5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528D5B is #AD72A4. Grayscale: #757575. Windows color (decimal): -11367077 or 5999954. OLE color: 5999954.

HSL color Cylindrical-coordinate representation of color #528D5B: hue angle of 129.15º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #528D5B is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 141 91 -
CMYK 0.42 0 0.35 0.45
HSL 129.15º 0.26% 0.44% -
HSV(B) 129.15º 0.42% 0.55% -
XYZ 14.89 21.6 13.28 -
YUV 117.66 112.95 102.57 -
System Red Green Blue C M Y K H S L
Decimal 82 141 91 0.42 0 0.35 0.45 129.15 0.26 0.44
Hex 52 8D 5B 2A 0 23 2D 81 1A 2C
Octal 122 215 133 52 0 43 55 201 32 54
Binary 1010010 10001101 1011011 101010 0 100011 101101 10000001 11010 101100

Color Harmonies of #528D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528D5B

Black with #528D5B

Text Example


Text Example

White with #528D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528D5B; }

 p { color: rgb(82,141,91); }

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

background-color css

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

 a { background-color: rgb(82,141,91); }

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

border-color css

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

 span { border-color: rgb(82,141,91); }

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