Html Css Color HEX #528E57 Fruit Salad

📋 copy color: '#528E57'

red 82 ◦ green 142 ◦ blue 87

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

Shades of Fruit Salad #528E57

Tints of Fruit Salad #528E57

RGB

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

 GREEN value IS 142 (55.86% from 255) = 45.66%

 BLUE value IS 87 (34.38% from 255) = 27.97%

R = 26.37%
G = 45.66%
B = 27.97%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.39

 K value IS 0.44

RGB Variations

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

Color information

#528E57 (or 0x528E57) is known color: Fruit Salad. HEX triplet: 52, 8E and 57. RGB value is (82,142,87). Sum of RGB (Red+Green+Blue) = 82+142+87=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 142 (55.86% from 255 or 45.66% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 142 - color contains mainly: green. Hex color #528E57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528E57 is #AD71A8. Grayscale: #757575. Windows color (decimal): -11366825 or 5738066. OLE color: 5738066.

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

Color convert

RGB 82 142 87 -
CMYK 0.42 0 0.39 0.44
HSL 125º 0.27% 0.44% -
HSV(B) 125º 0.42% 0.56% -
XYZ 14.87 21.83 12.45 -
YUV 117.79 110.62 102.47 -
System Red Green Blue C M Y K H S L
Decimal 82 142 87 0.42 0 0.39 0.44 125 0.27 0.44
Hex 52 8E 57 2A 0 27 2C 7D 1B 2C
Octal 122 216 127 52 0 47 54 175 33 54
Binary 1010010 10001110 1010111 101010 0 100111 101100 1111101 11011 101100

Color Harmonies of #528E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528E57

Black with #528E57

Text Example


Text Example

White with #528E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,142,87); }

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

background-color css

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

 a { background-color: rgb(82,142,87); }

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

border-color css

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

 span { border-color: rgb(82,142,87); }

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