#47973F

Color #47973F Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #47973F

Tints of Fruit Salad #47973F

Color information

#47973F (or 0x47973F) is unknown color: approx 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

RGB7115163-
CMYK0.5300.580.41
HSL114.55º41.12%41.96%-
HSV(B)114.55º58.28%59.22%-
XYZ14.5623.838.54-
YUV117.0597.595.16-

RGB Variations

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

RGB

RED value IS 71 (28.12% 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 (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal71151630.5300.580.41114.5541.1241.96
Hex47973F3503A2973292a
Octal1072277765072511635152
Binary10001111001011111111111010101110101010011110011101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47973F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>