Html Css Color HEX #52A149 Fruit Salad

📋 copy color: '#52A149'

red 82 ◦ green 161 ◦ blue 73

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

Shades of Fruit Salad #52A149

Tints of Fruit Salad #52A149

RGB

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

 GREEN value IS 161 (63.28% from 255) = 50.95%

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

R = 25.95%
G = 50.95%
B = 23.1%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#52A149 (or 0x52A149) is known color: Fruit Salad. HEX triplet: 52, A1 and 49. RGB value is (82,161,73). Sum of RGB (Red+Green+Blue) = 82+161+73=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 161 (63.28% from 255 or 50.95% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 161 - color contains mainly: green. Hex color #52A149 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A149 is #AD5EB6. Grayscale: #7F7F7F. Windows color (decimal): -11361975 or 4825426. OLE color: 4825426.

HSL color Cylindrical-coordinate representation of color #52A149: hue angle of 113.86º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52A149 is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB 82 161 73 -
CMYK 0.49 0 0.55 0.37
HSL 113.86º 0.38% 0.46% -
HSV(B) 113.86º 0.55% 0.63% -
XYZ 17.43 27.76 10.74 -
YUV 127.35 97.33 95.66 -
System Red Green Blue C M Y K H S L
Decimal 82 161 73 0.49 0 0.55 0.37 113.86 0.38 0.46
Hex 52 A1 49 31 0 37 25 72 26 2E
Octal 122 241 111 61 0 67 45 162 46 56
Binary 1010010 10100001 1001001 110001 0 110111 100101 1110010 100110 101110

Color Harmonies of #52A149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A149

Black with #52A149

Text Example


Text Example

White with #52A149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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