Html Css Color HEX #529646 Fruit Salad

📋 copy color: '#529646'

red 82 ◦ green 150 ◦ blue 70

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

Shades of Fruit Salad #529646

Tints of Fruit Salad #529646

RGB

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

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

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

R = 27.15%
G = 49.67%
B = 23.18%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#529646 (or 0x529646) is known color: Fruit Salad. HEX triplet: 52, 96 and 46. RGB value is (82,150,70). Sum of RGB (Red+Green+Blue) = 82+150+70=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 150 (58.98% from 255 or 49.67% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 150 - color contains mainly: green. Hex color #529646 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529646 is #AD69B9. Grayscale: #787878. Windows color (decimal): -11364794 or 4626002. OLE color: 4626002.

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

Color convert

RGB 82 150 70 -
CMYK 0.45 0 0.53 0.41
HSL 111º 0.36% 0.43% -
HSV(B) 111º 0.53% 0.59% -
XYZ 15.49 24.05 9.62 -
YUV 120.55 99.47 100.5 -
System Red Green Blue C M Y K H S L
Decimal 82 150 70 0.45 0 0.53 0.41 111 0.36 0.43
Hex 52 96 46 2D 0 35 29 6F 24 2B
Octal 122 226 106 55 0 65 51 157 44 53
Binary 1010010 10010110 1000110 101101 0 110101 101001 1101111 100100 101011

Color Harmonies of #529646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529646

Black with #529646

Text Example


Text Example

White with #529646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529646; }

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

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

background-color css

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

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

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

border-color css

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

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

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