Html Css Color HEX #528E58 Fruit Salad

📋 copy color: '#528E58'

red 82 ◦ green 142 ◦ blue 88

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

Shades of Fruit Salad #528E58

Tints of Fruit Salad #528E58

RGB

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

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

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

R = 26.28%
G = 45.51%
B = 28.21%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.38

 K value IS 0.44

RGB Variations

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

Color information

#528E58 (or 0x528E58) is known color: Fruit Salad. HEX triplet: 52, 8E and 58. RGB value is (82,142,88). Sum of RGB (Red+Green+Blue) = 82+142+88=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 142 (55.86% from 255 or 45.51% from 312); Blue value is 88 (34.77% from 255 or 28.21% from 312); Max value from RGB is 142 - color contains mainly: green. Hex color #528E58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528E58 is #AD71A7. Grayscale: #767676. Windows color (decimal): -11366824 or 5803602. OLE color: 5803602.

HSL color Cylindrical-coordinate representation of color #528E58: hue angle of 126º 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 #528E58 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 142 88 -
CMYK 0.42 0 0.38 0.44
HSL 126º 0.27% 0.44% -
HSV(B) 126º 0.42% 0.56% -
XYZ 14.91 21.84 12.66 -
YUV 117.9 111.12 102.39 -
System Red Green Blue C M Y K H S L
Decimal 82 142 88 0.42 0 0.38 0.44 126 0.27 0.44
Hex 52 8E 58 2A 0 26 2C 7E 1B 2C
Octal 122 216 130 52 0 46 54 176 33 54
Binary 1010010 10001110 1011000 101010 0 100110 101100 1111110 11011 101100

Color Harmonies of #528E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528E58

Black with #528E58

Text Example


Text Example

White with #528E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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