Html Css Color HEX #529D4A Fruit Salad

📋 copy color: '#529D4A'

red 82 ◦ green 157 ◦ blue 74

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

Shades of Fruit Salad #529D4A

Tints of Fruit Salad #529D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.64%

R = 26.2%
G = 50.16%
B = 23.64%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#529D4A (or 0x529D4A) is known color: Fruit Salad. HEX triplet: 52, 9D and 4A. RGB value is (82,157,74). Sum of RGB (Red+Green+Blue) = 82+157+74=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 157 (61.72% from 255 or 50.16% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 157 - color contains mainly: green. Hex color #529D4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529D4A is #AD62B5. Grayscale: #7D7D7D. Windows color (decimal): -11362998 or 4889938. OLE color: 4889938.

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

Color convert

RGB 82 157 74 -
CMYK 0.48 0 0.53 0.38
HSL 114.22º 0.36% 0.45% -
HSV(B) 114.22º 0.53% 0.62% -
XYZ 16.77 26.4 10.69 -
YUV 125.11 99.15 97.25 -
System Red Green Blue C M Y K H S L
Decimal 82 157 74 0.48 0 0.53 0.38 114.22 0.36 0.45
Hex 52 9D 4A 30 0 35 26 72 24 2D
Octal 122 235 112 60 0 65 46 162 44 55
Binary 1010010 10011101 1001010 110000 0 110101 100110 1110010 100100 101101

Color Harmonies of #529D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529D4A

Black with #529D4A

Text Example


Text Example

White with #529D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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