Html Css Color HEX #47A352 Fruit Salad

📋 copy color: '#47A352'

red 71 ◦ green 163 ◦ blue 82

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

Shades of Fruit Salad #47A352

Tints of Fruit Salad #47A352

RGB

 RED value IS 71 (28.13% from 255) = 22.47%

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

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

R = 22.47%
G = 51.58%
B = 25.95%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#47A352 (or 0x47A352) is known color: Fruit Salad. HEX triplet: 47, A3 and 52. RGB value is (71,163,82). Sum of RGB (Red+Green+Blue) = 71+163+82=316 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.47% from 316); Green value is 163 (64.06% from 255 or 51.58% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 163 - color contains mainly: green. Hex color #47A352 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A352 is #B85CAD. Grayscale: #7E7E7E. Windows color (decimal): -12082350 or 5415751. OLE color: 5415751.

HSL color Cylindrical-coordinate representation of color #47A352: hue angle of 127.17º 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 #47A352 is Cyan = 0.56, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB 71 163 82 -
CMYK 0.56 0 0.50 0.36
HSL 127.17º 0.39% 0.46% -
HSV(B) 127.17º 0.56% 0.64% -
XYZ 17.22 28.14 12.51 -
YUV 126.26 103.02 88.59 -
System Red Green Blue C M Y K H S L
Decimal 71 163 82 0.56 0 0.50 0.36 127.17 0.39 0.46
Hex 47 A3 52 38 0 32 24 7F 27 2E
Octal 107 243 122 70 0 62 44 177 47 56
Binary 1000111 10100011 1010010 111000 0 110010 100100 1111111 100111 101110

Color Harmonies of #47A352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A352

Black with #47A352

Text Example


Text Example

White with #47A352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47A352; }

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

 H1.HeaderClassName
 {
   color: #47A352;
 }
 .AnyTagClassName
 {
   color: #47A352;
 }
</style>

background-color css

<style>
 a { background-color: #47A352; }

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

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

border-color css

<style>
 span { border-color: #47A352; }

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

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