Html Css Color HEX #528E5A Fruit Salad

📋 copy color: '#528E5A'

red 82 ◦ green 142 ◦ blue 90

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

Shades of Fruit Salad #528E5A

Tints of Fruit Salad #528E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.66%

R = 26.11%
G = 45.22%
B = 28.66%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#528E5A (or 0x528E5A) is known color: Fruit Salad. HEX triplet: 52, 8E and 5A. RGB value is (82,142,90). Sum of RGB (Red+Green+Blue) = 82+142+90=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 142 (55.86% from 255 or 45.22% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 142 - color contains mainly: green. Hex color #528E5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528E5A is #AD71A5. Grayscale: #767676. Windows color (decimal): -11366822 or 5934674. OLE color: 5934674.

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

Color convert

RGB 82 142 90 -
CMYK 0.42 0 0.37 0.44
HSL 128º 0.27% 0.44% -
HSV(B) 128º 0.42% 0.56% -
XYZ 15 21.88 13.11 -
YUV 118.13 112.12 102.23 -
System Red Green Blue C M Y K H S L
Decimal 82 142 90 0.42 0 0.37 0.44 128 0.27 0.44
Hex 52 8E 5A 2A 0 25 2C 80 1B 2C
Octal 122 216 132 52 0 45 54 200 33 54
Binary 1010010 10001110 1011010 101010 0 100101 101100 10000000 11011 101100

Color Harmonies of #528E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528E5A

Black with #528E5A

Text Example


Text Example

White with #528E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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