#479151

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

Shades of Fruit Salad #479151

Tints of Fruit Salad #479151

Color information

#479151 (or 0x479151) is unknown color: approx Fruit Salad. HEX triplet: 47, 91 and 51. RGB value is (71,145,81). Sum of RGB (Red+Green+Blue) = 71+145+81=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 145 (57.03% from 255 or 48.82% from 297); Blue value is 81 (32.03% from 255 or 27.27% from 297); Max value from RGB is 145 - color contains mainly: green. Hex color #479151 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479151 is #B86EAE. Grayscale: #737373. Windows color (decimal): -12086959 or 5345607. OLE color: 5345607.

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

Color convert

RGB7114581-
CMYK0.5100.440.43
HSL128.11º34.26%42.35%-
HSV(B)128.11º51.03%56.86%-
XYZ14.2122.1811.32-
YUV115.58108.4896.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.91%
GREEN value IS 145 (57.03% from 255) = 48.82%
BLUE value IS 81 (32.03% from 255) = 27.27%
R=23.91%
G=48.82%
B=27.27%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71145810.5100.440.43128.1134.2642.35
Hex4791513302C2B80222a
Octal10722112163054532004252
Binary1000111100100011010001110011010110010101110000000100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479151; }

 p { color: rgb(71,145,81); }

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

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

 a { background-color: rgb(71,145,81); }

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

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

 span { border-color: rgb(71,145,81); }

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