#47924C

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

Shades of Fruit Salad #47924C

Tints of Fruit Salad #47924C

Color information

#47924C (or 0x47924C) is unknown color: approx Fruit Salad. HEX triplet: 47, 92 and 4C. RGB value is (71,146,76). Sum of RGB (Red+Green+Blue) = 71+146+76=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 146 (57.42% from 255 or 49.83% from 293); Blue value is 76 (30.08% from 255 or 25.94% from 293); Max value from RGB is 146 - color contains mainly: green. Hex color #47924C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47924C is #B86DB3. Grayscale: #737373. Windows color (decimal): -12086708 or 5018183. OLE color: 5018183.

HSL color Cylindrical-coordinate representation of color #47924C: hue angle of 124º 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 #47924C is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB7114676-
CMYK0.5100.480.43
HSL124º34.56%42.55%-
HSV(B)124º51.37%57.25%-
XYZ14.1822.4210.42-
YUV115.6105.6596.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.23%
GREEN value IS 146 (57.42% from 255) = 49.83%
BLUE value IS 76 (30.08% from 255) = 25.94%
R=24.23%
G=49.83%
B=25.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71146760.5100.480.4312434.5642.55
Hex47924C330302B7c232b
Octal10722211463060531744353
Binary100011110010010100110011001101100001010111111100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47924C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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