Html Css Color HEX #47974E Fruit Salad

📋 copy color: '#47974E'

red 71 ◦ green 151 ◦ blue 78

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

Shades of Fruit Salad #47974E

Tints of Fruit Salad #47974E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 26%

R = 23.67%
G = 50.33%
B = 26%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.48

 K value IS 0.41

RGB Variations

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

Color information

#47974E (or 0x47974E) is known color: Fruit Salad. HEX triplet: 47, 97 and 4E. RGB value is (71,151,78). Sum of RGB (Red+Green+Blue) = 71+151+78=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 151 (59.38% from 255 or 50.33% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 151 - color contains mainly: green. Hex color #47974E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47974E is #B868B1. Grayscale: #767676. Windows color (decimal): -12085426 or 5150535. OLE color: 5150535.

HSL color Cylindrical-coordinate representation of color #47974E: hue angle of 125.25º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #47974E is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 151 78 -
CMYK 0.53 0 0.48 0.41
HSL 125.25º 0.36% 0.44% -
HSV(B) 125.25º 0.53% 0.59% -
XYZ 15.04 24.02 11.05 -
YUV 118.76 105 93.94 -
System Red Green Blue C M Y K H S L
Decimal 71 151 78 0.53 0 0.48 0.41 125.25 0.36 0.44
Hex 47 97 4E 35 0 30 29 7D 24 2C
Octal 107 227 116 65 0 60 51 175 44 54
Binary 1000111 10010111 1001110 110101 0 110000 101001 1111101 100100 101100

Color Harmonies of #47974E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47974E

Black with #47974E

Text Example


Text Example

White with #47974E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47974E; }

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

 H1.HeaderClassName
 {
   color: #47974E;
 }
 .AnyTagClassName
 {
   color: #47974E;
 }
</style>

background-color css

<style>
 a { background-color: #47974E; }

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

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

border-color css

<style>
 span { border-color: #47974E; }

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

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