#479541

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

Shades of Fruit Salad #479541

Tints of Fruit Salad #479541

Color information

#479541 (or 0x479541) is unknown color: approx Fruit Salad. HEX triplet: 47, 95 and 41. RGB value is (71,149,65). Sum of RGB (Red+Green+Blue) = 71+149+65=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 149 (58.59% from 255 or 52.28% from 285); Blue value is 65 (25.78% from 255 or 22.81% from 285); Max value from RGB is 149 - color contains mainly: green. Hex color #479541 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479541 is #B86ABE. Grayscale: #747474. Windows color (decimal): -12085951 or 4298055. OLE color: 4298055.

HSL color Cylindrical-coordinate representation of color #479541: hue angle of 115.71º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #479541 is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB7114965-
CMYK0.5200.560.42
HSL115.71º39.25%41.96%-
HSV(B)115.71º56.38%58.43%-
XYZ14.323.228.73-
YUV116.199.1695.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.91%
GREEN value IS 149 (58.59% from 255) = 52.28%
BLUE value IS 65 (25.78% from 255) = 22.81%
R=24.91%
G=52.28%
B=22.81%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71149650.5200.560.42115.7139.2541.96
Hex479541340382A74272a
Octal10722510164070521644752
Binary100011110010101100000111010001110001010101110100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479541; }

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

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

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

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

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

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

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

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