Html Css Color HEX #52AA44 Fruit Salad

📋 copy color: '#52AA44'

red 82 ◦ green 170 ◦ blue 68

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

Shades of Fruit Salad #52AA44

Tints of Fruit Salad #52AA44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.25%

R = 25.63%
G = 53.13%
B = 21.25%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#52AA44 (or 0x52AA44) is known color: Fruit Salad. HEX triplet: 52, AA and 44. RGB value is (82,170,68). Sum of RGB (Red+Green+Blue) = 82+170+68=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 170 (66.80% from 255 or 53.12% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 170 - color contains mainly: green. Hex color #52AA44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AA44 is #AD55BB. Grayscale: #848484. Windows color (decimal): -11359676 or 4500050. OLE color: 4500050.

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

Color convert

RGB 82 170 68 -
CMYK 0.52 0 0.6 0.33
HSL 111.76º 0.43% 0.47% -
HSV(B) 111.76º 0.6% 0.67% -
XYZ 18.9 30.96 10.45 -
YUV 132.06 91.85 92.29 -
System Red Green Blue C M Y K H S L
Decimal 82 170 68 0.52 0 0.6 0.33 111.76 0.43 0.47
Hex 52 AA 44 34 0 3C 21 70 2B 2F
Octal 122 252 104 64 0 74 41 160 53 57
Binary 1010010 10101010 1000100 110100 0 111100 100001 1110000 101011 101111

Color Harmonies of #52AA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AA44

Black with #52AA44

Text Example


Text Example

White with #52AA44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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