Html Css Color HEX #529C56 Fruit Salad

📋 copy color: '#529C56'

red 82 ◦ green 156 ◦ blue 86

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

Shades of Fruit Salad #529C56

Tints of Fruit Salad #529C56

RGB

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

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

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

R = 25.31%
G = 48.15%
B = 26.54%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#529C56 (or 0x529C56) is known color: Fruit Salad. HEX triplet: 52, 9C and 56. RGB value is (82,156,86). Sum of RGB (Red+Green+Blue) = 82+156+86=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 156 (61.33% from 255 or 48.15% from 324); Blue value is 86 (33.98% from 255 or 26.54% from 324); Max value from RGB is 156 - color contains mainly: green. Hex color #529C56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529C56 is #AD63A9. Grayscale: #7E7E7E. Windows color (decimal): -11363242 or 5676114. OLE color: 5676114.

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

Color convert

RGB 82 156 86 -
CMYK 0.47 0 0.45 0.39
HSL 123.24º 0.31% 0.47% -
HSV(B) 123.24º 0.47% 0.61% -
XYZ 17.05 26.24 12.97 -
YUV 125.89 105.48 96.69 -
System Red Green Blue C M Y K H S L
Decimal 82 156 86 0.47 0 0.45 0.39 123.24 0.31 0.47
Hex 52 9C 56 2F 0 2D 27 7B 1F 2F
Octal 122 234 126 57 0 55 47 173 37 57
Binary 1010010 10011100 1010110 101111 0 101101 100111 1111011 11111 101111

Color Harmonies of #529C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529C56

Black with #529C56

Text Example


Text Example

White with #529C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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