Html Css Color HEX #52AA49 Fruit Salad

📋 copy color: '#52AA49'

red 82 ◦ green 170 ◦ blue 73

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

Shades of Fruit Salad #52AA49

Tints of Fruit Salad #52AA49

RGB

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

 GREEN value IS 170 (66.8% from 255) = 52.31%

 BLUE value IS 73 (28.91% from 255) = 22.46%

R = 25.23%
G = 52.31%
B = 22.46%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#52AA49 (or 0x52AA49) is known color: Fruit Salad. HEX triplet: 52, AA and 49. RGB value is (82,170,73). Sum of RGB (Red+Green+Blue) = 82+170+73=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 170 (66.80% from 255 or 52.31% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 170 - color contains mainly: green. Hex color #52AA49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AA49 is #AD55B6. Grayscale: #848484. Windows color (decimal): -11359671 or 4827730. OLE color: 4827730.

HSL color Cylindrical-coordinate representation of color #52AA49: hue angle of 114.43º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52AA49 is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 170 73 -
CMYK 0.52 0 0.57 0.33
HSL 114.43º 0.4% 0.48% -
HSV(B) 114.43º 0.57% 0.67% -
XYZ 19.06 31.02 11.29 -
YUV 132.63 94.35 91.89 -
System Red Green Blue C M Y K H S L
Decimal 82 170 73 0.52 0 0.57 0.33 114.43 0.4 0.48
Hex 52 AA 49 34 0 39 21 72 28 30
Octal 122 252 111 64 0 71 41 162 50 60
Binary 1010010 10101010 1001001 110100 0 111001 100001 1110010 101000 110000

Color Harmonies of #52AA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AA49

Black with #52AA49

Text Example


Text Example

White with #52AA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52AA49; }

 p { color: rgb(82,170,73); }

 H1.HeaderClassName
 {
   color: #52AA49;
 }
 .AnyTagClassName
 {
   color: #52AA49;
 }
</style>

background-color css

<style>
 a { background-color: #52AA49; }

 a { background-color: rgb(82,170,73); }

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

border-color css

<style>
 span { border-color: #52AA49; }

 span { border-color: rgb(82,170,73); }

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