#479841

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

Shades of Fruit Salad #479841

Tints of Fruit Salad #479841

Color information

#479841 (or 0x479841) is unknown color: approx Fruit Salad. HEX triplet: 47, 98 and 41. RGB value is (71,152,65). Sum of RGB (Red+Green+Blue) = 71+152+65=288 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.65% from 288); Green value is 152 (59.77% from 255 or 52.78% from 288); Blue value is 65 (25.78% from 255 or 22.57% from 288); Max value from RGB is 152 - color contains mainly: green. Hex color #479841 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479841 is #B867BE. Grayscale: #767676. Windows color (decimal): -12085183 or 4298823. OLE color: 4298823.

HSL color Cylindrical-coordinate representation of color #479841: hue angle of 115.86º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #479841 is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB7115265-
CMYK0.5300.570.40
HSL115.86º40.09%42.55%-
HSV(B)115.86º57.24%59.61%-
XYZ14.7824.188.89-
YUV117.8698.1694.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.65%
GREEN value IS 152 (59.77% from 255) = 52.78%
BLUE value IS 65 (25.78% from 255) = 22.57%
R=24.65%
G=52.78%
B=22.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal71152650.5300.570.40115.8640.0942.55
Hex479841350392874282b
Octal10723010165071501645053
Binary100011110011000100000111010101110011010001110100101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479841; }

 p { color: rgb(71,152,65); }

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

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

 a { background-color: rgb(71,152,65); }

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

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

 span { border-color: rgb(71,152,65); }

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