Html Css Color HEX #529C4F Fruit Salad

📋 copy color: '#529C4F'

red 82 ◦ green 156 ◦ blue 79

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

Shades of Fruit Salad #529C4F

Tints of Fruit Salad #529C4F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 49.21%

 BLUE value IS 79 (31.25% from 255) = 24.92%

R = 25.87%
G = 49.21%
B = 24.92%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#529C4F (or 0x529C4F) is known color: Fruit Salad. HEX triplet: 52, 9C and 4F. RGB value is (82,156,79). Sum of RGB (Red+Green+Blue) = 82+156+79=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 156 (61.33% from 255 or 49.21% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 156 - color contains mainly: green. Hex color #529C4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529C4F is #AD63B0. Grayscale: #7D7D7D. Windows color (decimal): -11363249 or 5217362. OLE color: 5217362.

HSL color Cylindrical-coordinate representation of color #529C4F: hue angle of 117.66º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #529C4F is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 156 79 -
CMYK 0.47 0 0.49 0.39
HSL 117.66º 0.33% 0.46% -
HSV(B) 117.66º 0.49% 0.61% -
XYZ 16.78 26.14 11.56 -
YUV 125.1 101.98 97.26 -
System Red Green Blue C M Y K H S L
Decimal 82 156 79 0.47 0 0.49 0.39 117.66 0.33 0.46
Hex 52 9C 4F 2F 0 31 27 76 21 2E
Octal 122 234 117 57 0 61 47 166 41 56
Binary 1010010 10011100 1001111 101111 0 110001 100111 1110110 100001 101110

Color Harmonies of #529C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529C4F

Black with #529C4F

Text Example


Text Example

White with #529C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,156,79); }

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

background-color css

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

 a { background-color: rgb(82,156,79); }

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

border-color css

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

 span { border-color: rgb(82,156,79); }

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