Html Css Color HEX #52AA46 Fruit Salad

📋 copy color: '#52AA46'

red 82 ◦ green 170 ◦ blue 70

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

Shades of Fruit Salad #52AA46

Tints of Fruit Salad #52AA46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.74%

R = 25.47%
G = 52.8%
B = 21.74%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#52AA46 (or 0x52AA46) is known color: Fruit Salad. HEX triplet: 52, AA and 46. RGB value is (82,170,70). Sum of RGB (Red+Green+Blue) = 82+170+70=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 170 (66.80% from 255 or 52.80% from 322); Blue value is 70 (27.73% from 255 or 21.74% from 322); Max value from RGB is 170 - color contains mainly: green. Hex color #52AA46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AA46 is #AD55B9. Grayscale: #848484. Windows color (decimal): -11359674 or 4631122. OLE color: 4631122.

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

Color convert

RGB 82 170 70 -
CMYK 0.52 0 0.59 0.33
HSL 112.8º 0.42% 0.47% -
HSV(B) 112.8º 0.59% 0.67% -
XYZ 18.96 30.99 10.78 -
YUV 132.29 92.85 92.13 -
System Red Green Blue C M Y K H S L
Decimal 82 170 70 0.52 0 0.59 0.33 112.8 0.42 0.47
Hex 52 AA 46 34 0 3B 21 71 2A 2F
Octal 122 252 106 64 0 73 41 161 52 57
Binary 1010010 10101010 1000110 110100 0 111011 100001 1110001 101010 101111

Color Harmonies of #52AA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AA46

Black with #52AA46

Text Example


Text Example

White with #52AA46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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