Html Css Color HEX #528F5B Fruit Salad

📋 copy color: '#528F5B'

red 82 ◦ green 143 ◦ blue 91

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

Shades of Fruit Salad #528F5B

Tints of Fruit Salad #528F5B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 45.25%

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

R = 25.95%
G = 45.25%
B = 28.8%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#528F5B (or 0x528F5B) is known color: Fruit Salad. HEX triplet: 52, 8F and 5B. RGB value is (82,143,91). Sum of RGB (Red+Green+Blue) = 82+143+91=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 143 (56.25% from 255 or 45.25% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 143 - color contains mainly: green. Hex color #528F5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528F5B is #AD70A4. Grayscale: #767676. Windows color (decimal): -11366565 or 6000466. OLE color: 6000466.

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

Color convert

RGB 82 143 91 -
CMYK 0.43 0 0.36 0.44
HSL 128.85º 0.27% 0.44% -
HSV(B) 128.85º 0.43% 0.56% -
XYZ 15.19 22.19 13.38 -
YUV 118.83 112.29 101.73 -
System Red Green Blue C M Y K H S L
Decimal 82 143 91 0.43 0 0.36 0.44 128.85 0.27 0.44
Hex 52 8F 5B 2B 0 24 2C 81 1B 2C
Octal 122 217 133 53 0 44 54 201 33 54
Binary 1010010 10001111 1011011 101011 0 100100 101100 10000001 11011 101100

Color Harmonies of #528F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528F5B

Black with #528F5B

Text Example


Text Example

White with #528F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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