Html Css Color HEX #529647 Fruit Salad

📋 copy color: '#529647'

red 82 ◦ green 150 ◦ blue 71

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

Shades of Fruit Salad #529647

Tints of Fruit Salad #529647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 23.43%

R = 27.06%
G = 49.5%
B = 23.43%

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

#529647 (or 0x529647) is known color: Fruit Salad. HEX triplet: 52, 96 and 47. RGB value is (82,150,71). Sum of RGB (Red+Green+Blue) = 82+150+71=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 150 (58.98% from 255 or 49.50% from 303); Blue value is 71 (28.12% from 255 or 23.43% from 303); Max value from RGB is 150 - color contains mainly: green. Hex color #529647 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529647 is #AD69B8. Grayscale: #787878. Windows color (decimal): -11364793 or 4691538. OLE color: 4691538.

HSL color Cylindrical-coordinate representation of color #529647: hue angle of 111.65º 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 #529647 is Cyan = 0.45, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 150 71 -
CMYK 0.45 0 0.53 0.41
HSL 111.65º 0.36% 0.43% -
HSV(B) 111.65º 0.53% 0.59% -
XYZ 15.52 24.06 9.79 -
YUV 120.66 99.97 100.42 -
System Red Green Blue C M Y K H S L
Decimal 82 150 71 0.45 0 0.53 0.41 111.65 0.36 0.43
Hex 52 96 47 2D 0 35 29 70 24 2B
Octal 122 226 107 55 0 65 51 160 44 53
Binary 1010010 10010110 1000111 101101 0 110101 101001 1110000 100100 101011

Color Harmonies of #529647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529647

Black with #529647

Text Example


Text Example

White with #529647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529647; }

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

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

background-color css

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

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

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

border-color css

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

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

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