Html Css Color HEX #529D56 Fruit Salad

📋 copy color: '#529D56'

red 82 ◦ green 157 ◦ blue 86

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

Shades of Fruit Salad #529D56

Tints of Fruit Salad #529D56

RGB

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

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

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

R = 25.23%
G = 48.31%
B = 26.46%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.45

 K value IS 0.38

RGB Variations

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

Color information

#529D56 (or 0x529D56) is known color: Fruit Salad. HEX triplet: 52, 9D and 56. RGB value is (82,157,86). Sum of RGB (Red+Green+Blue) = 82+157+86=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 157 (61.72% from 255 or 48.31% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 157 - color contains mainly: green. Hex color #529D56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529D56 is #AD62A9. Grayscale: #7E7E7E. Windows color (decimal): -11362986 or 5676370. OLE color: 5676370.

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

Color convert

RGB 82 157 86 -
CMYK 0.48 0 0.45 0.38
HSL 123.2º 0.31% 0.47% -
HSV(B) 123.2º 0.48% 0.62% -
XYZ 17.22 26.58 13.03 -
YUV 126.48 105.15 96.27 -
System Red Green Blue C M Y K H S L
Decimal 82 157 86 0.48 0 0.45 0.38 123.2 0.31 0.47
Hex 52 9D 56 30 0 2D 26 7B 1F 2F
Octal 122 235 126 60 0 55 46 173 37 57
Binary 1010010 10011101 1010110 110000 0 101101 100110 1111011 11111 101111

Color Harmonies of #529D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529D56

Black with #529D56

Text Example


Text Example

White with #529D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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