Html Css Color HEX #52A548 Fruit Salad

📋 copy color: '#52A548'

red 82 ◦ green 165 ◦ blue 72

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

Shades of Fruit Salad #52A548

Tints of Fruit Salad #52A548

RGB

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

 GREEN value IS 165 (64.84% from 255) = 51.72%

 BLUE value IS 72 (28.52% from 255) = 22.57%

R = 25.71%
G = 51.72%
B = 22.57%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#52A548 (or 0x52A548) is known color: Fruit Salad. HEX triplet: 52, A5 and 48. RGB value is (82,165,72). Sum of RGB (Red+Green+Blue) = 82+165+72=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 165 (64.84% from 255 or 51.72% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 165 - color contains mainly: green. Hex color #52A548 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A548 is #AD5AB7. Grayscale: #818181. Windows color (decimal): -11360952 or 4760914. OLE color: 4760914.

HSL color Cylindrical-coordinate representation of color #52A548: hue angle of 113.55º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52A548 is Cyan = 0.50, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 82 165 72 -
CMYK 0.50 0 0.56 0.35
HSL 113.55º 0.39% 0.46% -
HSV(B) 113.55º 0.56% 0.65% -
XYZ 18.1 29.17 10.81 -
YUV 129.58 95.5 94.06 -
System Red Green Blue C M Y K H S L
Decimal 82 165 72 0.50 0 0.56 0.35 113.55 0.39 0.46
Hex 52 A5 48 32 0 38 23 72 27 2E
Octal 122 245 110 62 0 70 43 162 47 56
Binary 1010010 10100101 1001000 110010 0 111000 100011 1110010 100111 101110

Color Harmonies of #52A548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A548

Black with #52A548

Text Example


Text Example

White with #52A548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,165,72); }

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

background-color css

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

 a { background-color: rgb(82,165,72); }

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

border-color css

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

 span { border-color: rgb(82,165,72); }

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