Html Css Color HEX #52A346 Fruit Salad

📋 copy color: '#52A346'

red 82 ◦ green 163 ◦ blue 70

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

Shades of Fruit Salad #52A346

Tints of Fruit Salad #52A346

RGB

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

 GREEN value IS 163 (64.06% from 255) = 51.75%

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

R = 26.03%
G = 51.75%
B = 22.22%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#52A346 (or 0x52A346) is known color: Fruit Salad. HEX triplet: 52, A3 and 46. RGB value is (82,163,70). Sum of RGB (Red+Green+Blue) = 82+163+70=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 163 (64.06% from 255 or 51.75% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 163 - color contains mainly: green. Hex color #52A346 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A346 is #AD5CB9. Grayscale: #808080. Windows color (decimal): -11361466 or 4629330. OLE color: 4629330.

HSL color Cylindrical-coordinate representation of color #52A346: hue angle of 112.26º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52A346 is Cyan = 0.50, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB 82 163 70 -
CMYK 0.50 0 0.57 0.36
HSL 112.26º 0.4% 0.46% -
HSV(B) 112.26º 0.57% 0.64% -
XYZ 17.68 28.43 10.35 -
YUV 128.18 95.16 95.06 -
System Red Green Blue C M Y K H S L
Decimal 82 163 70 0.50 0 0.57 0.36 112.26 0.4 0.46
Hex 52 A3 46 32 0 39 24 70 28 2E
Octal 122 243 106 62 0 71 44 160 50 56
Binary 1010010 10100011 1000110 110010 0 111001 100100 1110000 101000 101110

Color Harmonies of #52A346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A346

Black with #52A346

Text Example


Text Example

White with #52A346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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