Html Css Color HEX #529457 Fruit Salad

📋 copy color: '#529457'

red 82 ◦ green 148 ◦ blue 87

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

Shades of Fruit Salad #529457

Tints of Fruit Salad #529457

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.69%

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

R = 25.87%
G = 46.69%
B = 27.44%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#529457 (or 0x529457) is known color: Fruit Salad. HEX triplet: 52, 94 and 57. RGB value is (82,148,87). Sum of RGB (Red+Green+Blue) = 82+148+87=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 148 (58.20% from 255 or 46.69% from 317); Blue value is 87 (34.38% from 255 or 27.44% from 317); Max value from RGB is 148 - color contains mainly: green. Hex color #529457 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529457 is #AD6BA8. Grayscale: #797979. Windows color (decimal): -11365289 or 5739602. OLE color: 5739602.

HSL color Cylindrical-coordinate representation of color #529457: hue angle of 124.55º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #529457 is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 148 87 -
CMYK 0.45 0 0.41 0.42
HSL 124.55º 0.29% 0.45% -
HSV(B) 124.55º 0.45% 0.58% -
XYZ 15.79 23.66 12.75 -
YUV 121.31 108.63 99.96 -
System Red Green Blue C M Y K H S L
Decimal 82 148 87 0.45 0 0.41 0.42 124.55 0.29 0.45
Hex 52 94 57 2D 0 29 2A 7D 1D 2D
Octal 122 224 127 55 0 51 52 175 35 55
Binary 1010010 10010100 1010111 101101 0 101001 101010 1111101 11101 101101

Color Harmonies of #529457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529457

Black with #529457

Text Example


Text Example

White with #529457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529457; }

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

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

background-color css

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

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

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

border-color css

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

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

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