Html Css Color HEX #52A247 Fruit Salad

📋 copy color: '#52A247'

red 82 ◦ green 162 ◦ blue 71

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

Shades of Fruit Salad #52A247

Tints of Fruit Salad #52A247

RGB

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

 GREEN value IS 162 (63.67% from 255) = 51.43%

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

R = 26.03%
G = 51.43%
B = 22.54%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#52A247 (or 0x52A247) is known color: Fruit Salad. HEX triplet: 52, A2 and 47. RGB value is (82,162,71). Sum of RGB (Red+Green+Blue) = 82+162+71=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 162 (63.67% from 255 or 51.43% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 162 - color contains mainly: green. Hex color #52A247 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A247 is #AD5DB8. Grayscale: #7F7F7F. Windows color (decimal): -11361721 or 4694610. OLE color: 4694610.

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

Color convert

RGB 82 162 71 -
CMYK 0.49 0 0.56 0.36
HSL 112.75º 0.39% 0.46% -
HSV(B) 112.75º 0.56% 0.64% -
XYZ 17.54 28.09 10.46 -
YUV 127.71 96 95.4 -
System Red Green Blue C M Y K H S L
Decimal 82 162 71 0.49 0 0.56 0.36 112.75 0.39 0.46
Hex 52 A2 47 31 0 38 24 71 27 2E
Octal 122 242 107 61 0 70 44 161 47 56
Binary 1010010 10100010 1000111 110001 0 111000 100100 1110001 100111 101110

Color Harmonies of #52A247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A247

Black with #52A247

Text Example


Text Example

White with #52A247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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