Html Css Color HEX #529356 Fruit Salad

📋 copy color: '#529356'

red 82 ◦ green 147 ◦ blue 86

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

Shades of Fruit Salad #529356

Tints of Fruit Salad #529356

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.67%

 BLUE value IS 86 (33.98% from 255) = 27.3%

R = 26.03%
G = 46.67%
B = 27.3%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#529356 (or 0x529356) is known color: Fruit Salad. HEX triplet: 52, 93 and 56. RGB value is (82,147,86). Sum of RGB (Red+Green+Blue) = 82+147+86=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 86 (33.98% from 255 or 27.30% from 315); Max value from RGB is 147 - color contains mainly: green. Hex color #529356 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529356 is #AD6CA9. Grayscale: #787878. Windows color (decimal): -11365546 or 5673810. OLE color: 5673810.

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

Color convert

RGB 82 147 86 -
CMYK 0.44 0 0.41 0.42
HSL 123.69º 0.28% 0.45% -
HSV(B) 123.69º 0.44% 0.58% -
XYZ 15.59 23.33 12.49 -
YUV 120.61 108.47 100.46 -
System Red Green Blue C M Y K H S L
Decimal 82 147 86 0.44 0 0.41 0.42 123.69 0.28 0.45
Hex 52 93 56 2C 0 29 2A 7C 1C 2D
Octal 122 223 126 54 0 51 52 174 34 55
Binary 1010010 10010011 1010110 101100 0 101001 101010 1111100 11100 101101

Color Harmonies of #529356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529356

Black with #529356

Text Example


Text Example

White with #529356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529356; }

 p { color: rgb(82,147,86); }

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

background-color css

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

 a { background-color: rgb(82,147,86); }

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

border-color css

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

 span { border-color: rgb(82,147,86); }

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