Html Css Color HEX #52AA45 Fruit Salad

📋 copy color: '#52AA45'

red 82 ◦ green 170 ◦ blue 69

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

Shades of Fruit Salad #52AA45

Tints of Fruit Salad #52AA45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.5%

R = 25.55%
G = 52.96%
B = 21.5%

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

#52AA45 (or 0x52AA45) is known color: Fruit Salad. HEX triplet: 52, AA and 45. RGB value is (82,170,69). Sum of RGB (Red+Green+Blue) = 82+170+69=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 170 (66.80% from 255 or 52.96% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 170 - color contains mainly: green. Hex color #52AA45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AA45 is #AD55BA. Grayscale: #848484. Windows color (decimal): -11359675 or 4565586. OLE color: 4565586.

HSL color Cylindrical-coordinate representation of color #52AA45: hue angle of 112.28º 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 #52AA45 is Cyan = 0.52, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 170 69 -
CMYK 0.52 0 0.59 0.33
HSL 112.28º 0.42% 0.47% -
HSV(B) 112.28º 0.59% 0.67% -
XYZ 18.93 30.97 10.61 -
YUV 132.17 92.35 92.21 -
System Red Green Blue C M Y K H S L
Decimal 82 170 69 0.52 0 0.59 0.33 112.28 0.42 0.47
Hex 52 AA 45 34 0 3B 21 70 2A 2F
Octal 122 252 105 64 0 73 41 160 52 57
Binary 1010010 10101010 1000101 110100 0 111011 100001 1110000 101010 101111

Color Harmonies of #52AA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AA45

Black with #52AA45

Text Example


Text Example

White with #52AA45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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