Html Css Color HEX #529657 Fruit Salad

📋 copy color: '#529657'

red 82 ◦ green 150 ◦ blue 87

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

Shades of Fruit Salad #529657

Tints of Fruit Salad #529657

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.02%

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

R = 25.71%
G = 47.02%
B = 27.27%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.42

 K value IS 0.41

RGB Variations

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

Color information

#529657 (or 0x529657) is known color: Fruit Salad. HEX triplet: 52, 96 and 57. RGB value is (82,150,87). Sum of RGB (Red+Green+Blue) = 82+150+87=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 87 (34.38% from 255 or 27.27% from 319); Max value from RGB is 150 - color contains mainly: green. Hex color #529657 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529657 is #AD69A8. Grayscale: #7A7A7A. Windows color (decimal): -11364777 or 5740114. OLE color: 5740114.

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

Color convert

RGB 82 150 87 -
CMYK 0.45 0 0.42 0.41
HSL 124.41º 0.29% 0.45% -
HSV(B) 124.41º 0.45% 0.59% -
XYZ 16.11 24.29 12.86 -
YUV 122.49 107.97 99.12 -
System Red Green Blue C M Y K H S L
Decimal 82 150 87 0.45 0 0.42 0.41 124.41 0.29 0.45
Hex 52 96 57 2D 0 2A 29 7C 1D 2D
Octal 122 226 127 55 0 52 51 174 35 55
Binary 1010010 10010110 1010111 101101 0 101010 101001 1111100 11101 101101

Color Harmonies of #529657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529657

Black with #529657

Text Example


Text Example

White with #529657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529657; }

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

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

background-color css

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

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

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

border-color css

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

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

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