#47924E

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

Shades of Fruit Salad #47924E

Tints of Fruit Salad #47924E

Color information

#47924E (or 0x47924E) is unknown color: approx Fruit Salad. HEX triplet: 47, 92 and 4E. RGB value is (71,146,78). Sum of RGB (Red+Green+Blue) = 71+146+78=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 146 (57.42% from 255 or 49.49% from 295); Blue value is 78 (30.86% from 255 or 26.44% from 295); Max value from RGB is 146 - color contains mainly: green. Hex color #47924E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47924E is #B86DB1. Grayscale: #747474. Windows color (decimal): -12086706 or 5149255. OLE color: 5149255.

HSL color Cylindrical-coordinate representation of color #47924E: hue angle of 125.6º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47924E is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB7114678-
CMYK0.5100.470.43
HSL125.6º34.56%42.55%-
HSV(B)125.6º51.37%57.25%-
XYZ14.2522.4510.79-
YUV115.82106.6596.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.07%
GREEN value IS 146 (57.42% from 255) = 49.49%
BLUE value IS 78 (30.86% from 255) = 26.44%
R=24.07%
G=49.49%
B=26.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71146780.5100.470.43125.634.5642.55
Hex47924E3302F2B7e232b
Octal10722211663057531764353
Binary100011110010010100111011001101011111010111111110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47924E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #47924E;
 }
 .AnyTagClassName
 {
   color: #47924E;
 }
</style>
background-color css

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

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

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

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

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

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