Html Css Color HEX #52A747 Fruit Salad

📋 copy color: '#52A747'

red 82 ◦ green 167 ◦ blue 71

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

Shades of Fruit Salad #52A747

Tints of Fruit Salad #52A747

RGB

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

 GREEN value IS 167 (65.63% from 255) = 52.19%

 BLUE value IS 71 (28.13% from 255) = 22.19%

R = 25.63%
G = 52.19%
B = 22.19%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#52A747 (or 0x52A747) is known color: Fruit Salad. HEX triplet: 52, A7 and 47. RGB value is (82,167,71). Sum of RGB (Red+Green+Blue) = 82+167+71=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 167 (65.62% from 255 or 52.19% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 167 - color contains mainly: green. Hex color #52A747 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A747 is #AD58B8. Grayscale: #828282. Windows color (decimal): -11360441 or 4695890. OLE color: 4695890.

HSL color Cylindrical-coordinate representation of color #52A747: hue angle of 113.12º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52A747 is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB 82 167 71 -
CMYK 0.51 0 0.57 0.35
HSL 113.13º 0.4% 0.47% -
HSV(B) 113.13º 0.57% 0.65% -
XYZ 18.44 29.89 10.76 -
YUV 130.64 94.34 93.31 -
System Red Green Blue C M Y K H S L
Decimal 82 167 71 0.51 0 0.57 0.35 113.13 0.4 0.47
Hex 52 A7 47 33 0 39 23 71 28 2F
Octal 122 247 107 63 0 71 43 161 50 57
Binary 1010010 10100111 1000111 110011 0 111001 100011 1110001 101000 101111

Color Harmonies of #52A747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A747

Black with #52A747

Text Example


Text Example

White with #52A747

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,167,71); }

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

background-color css

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

 a { background-color: rgb(82,167,71); }

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

border-color css

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

 span { border-color: rgb(82,167,71); }

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