Html Css Color HEX #47973F Fruit Salad

📋 copy color: '#47973F'

red 71 ◦ green 151 ◦ blue 63

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

Shades of Fruit Salad #47973F

Tints of Fruit Salad #47973F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 52.98%

 BLUE value IS 63 (25% from 255) = 22.11%

R = 24.91%
G = 52.98%
B = 22.11%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#47973F (or 0x47973F) is known color: Fruit Salad. HEX triplet: 47, 97 and 3F. RGB value is (71,151,63). Sum of RGB (Red+Green+Blue) = 71+151+63=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 151 (59.38% from 255 or 52.98% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 151 - color contains mainly: green. Hex color #47973F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47973F is #B868C0. Grayscale: #757575. Windows color (decimal): -12085441 or 4167495. OLE color: 4167495.

HSL color Cylindrical-coordinate representation of color #47973F: hue angle of 114.55º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47973F is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 151 63 -
CMYK 0.53 0 0.58 0.41
HSL 114.55º 0.41% 0.42% -
HSV(B) 114.55º 0.58% 0.59% -
XYZ 14.56 23.83 8.54 -
YUV 117.05 97.5 95.16 -
System Red Green Blue C M Y K H S L
Decimal 71 151 63 0.53 0 0.58 0.41 114.55 0.41 0.42
Hex 47 97 3F 35 0 3A 29 73 29 2A
Octal 107 227 77 65 0 72 51 163 51 52
Binary 1000111 10010111 111111 110101 0 111010 101001 1110011 101001 101010

Color Harmonies of #47973F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47973F

Black with #47973F

Text Example


Text Example

White with #47973F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47973F; }

 p { color: rgb(71,151,63); }

 H1.HeaderClassName
 {
   color: #47973F;
 }
 .AnyTagClassName
 {
   color: #47973F;
 }
</style>

background-color css

<style>
 a { background-color: #47973F; }

 a { background-color: rgb(71,151,63); }

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

border-color css

<style>
 span { border-color: #47973F; }

 span { border-color: rgb(71,151,63); }

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