Html Css Color HEX #529257 Fruit Salad

📋 copy color: '#529257'

red 82 ◦ green 146 ◦ blue 87

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

Shades of Fruit Salad #529257

Tints of Fruit Salad #529257

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.35%

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

R = 26.03%
G = 46.35%
B = 27.62%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.40

 K value IS 0.43

RGB Variations

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

Color information

#529257 (or 0x529257) is known color: Fruit Salad. HEX triplet: 52, 92 and 57. RGB value is (82,146,87). Sum of RGB (Red+Green+Blue) = 82+146+87=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 87 (34.38% from 255 or 27.62% from 315); Max value from RGB is 146 - color contains mainly: green. Hex color #529257 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529257 is #AD6DA8. Grayscale: #787878. Windows color (decimal): -11365801 or 5739090. OLE color: 5739090.

HSL color Cylindrical-coordinate representation of color #529257: hue angle of 124.69º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #529257 is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 146 87 -
CMYK 0.44 0 0.40 0.43
HSL 124.69º 0.28% 0.45% -
HSV(B) 124.69º 0.44% 0.57% -
XYZ 15.48 23.04 12.65 -
YUV 120.14 109.3 100.8 -
System Red Green Blue C M Y K H S L
Decimal 82 146 87 0.44 0 0.40 0.43 124.69 0.28 0.45
Hex 52 92 57 2C 0 28 2B 7D 1C 2D
Octal 122 222 127 54 0 50 53 175 34 55
Binary 1010010 10010010 1010111 101100 0 101000 101011 1111101 11100 101101

Color Harmonies of #529257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529257

Black with #529257

Text Example


Text Example

White with #529257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529257; }

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

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

background-color css

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

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

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

border-color css

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

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

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