Html Css Color HEX #529D46 Fruit Salad

📋 copy color: '#529D46'

red 82 ◦ green 157 ◦ blue 70

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

Shades of Fruit Salad #529D46

Tints of Fruit Salad #529D46

RGB

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

 GREEN value IS 157 (61.72% from 255) = 50.81%

 BLUE value IS 70 (27.73% from 255) = 22.65%

R = 26.54%
G = 50.81%
B = 22.65%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.55

 K value IS 0.38

RGB Variations

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

Color information

#529D46 (or 0x529D46) is known color: Fruit Salad. HEX triplet: 52, 9D and 46. RGB value is (82,157,70). Sum of RGB (Red+Green+Blue) = 82+157+70=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 157 (61.72% from 255 or 50.81% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 157 - color contains mainly: green. Hex color #529D46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529D46 is #AD62B9. Grayscale: #7C7C7C. Windows color (decimal): -11363002 or 4627794. OLE color: 4627794.

HSL color Cylindrical-coordinate representation of color #529D46: hue angle of 111.72º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #529D46 is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 157 70 -
CMYK 0.48 0 0.55 0.38
HSL 111.72º 0.38% 0.45% -
HSV(B) 111.72º 0.55% 0.62% -
XYZ 16.64 26.35 10 -
YUV 124.66 97.15 97.57 -
System Red Green Blue C M Y K H S L
Decimal 82 157 70 0.48 0 0.55 0.38 111.72 0.38 0.45
Hex 52 9D 46 30 0 37 26 70 26 2D
Octal 122 235 106 60 0 67 46 160 46 55
Binary 1010010 10011101 1000110 110000 0 110111 100110 1110000 100110 101101

Color Harmonies of #529D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529D46

Black with #529D46

Text Example


Text Example

White with #529D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529D46; }

 p { color: rgb(82,157,70); }

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

background-color css

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

 a { background-color: rgb(82,157,70); }

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

border-color css

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

 span { border-color: rgb(82,157,70); }

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