Html Css Color HEX #529D5E Fruit Salad

📋 copy color: '#529D5E'

red 82 ◦ green 157 ◦ blue 94

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

Shades of Fruit Salad #529D5E

Tints of Fruit Salad #529D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.23%

R = 24.62%
G = 47.15%
B = 28.23%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#529D5E (or 0x529D5E) is known color: Fruit Salad. HEX triplet: 52, 9D and 5E. RGB value is (82,157,94). Sum of RGB (Red+Green+Blue) = 82+157+94=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 157 (61.72% from 255 or 47.15% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 157 - color contains mainly: green. Hex color #529D5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529D5E is #AD62A1. Grayscale: #7F7F7F. Windows color (decimal): -11362978 or 6200658. OLE color: 6200658.

HSL color Cylindrical-coordinate representation of color #529D5E: hue angle of 129.6º 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 #529D5E is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 157 94 -
CMYK 0.48 0 0.40 0.38
HSL 129.6º 0.31% 0.47% -
HSV(B) 129.6º 0.48% 0.62% -
XYZ 17.56 26.72 14.82 -
YUV 127.39 109.15 95.62 -
System Red Green Blue C M Y K H S L
Decimal 82 157 94 0.48 0 0.40 0.38 129.6 0.31 0.47
Hex 52 9D 5E 30 0 28 26 82 1F 2F
Octal 122 235 136 60 0 50 46 202 37 57
Binary 1010010 10011101 1011110 110000 0 101000 100110 10000010 11111 101111

Color Harmonies of #529D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529D5E

Black with #529D5E

Text Example


Text Example

White with #529D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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