#479444

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

Shades of Fruit Salad #479444

Tints of Fruit Salad #479444

Color information

#479444 (or 0x479444) is unknown color: approx Fruit Salad. HEX triplet: 47, 94 and 44. RGB value is (71,148,68). Sum of RGB (Red+Green+Blue) = 71+148+68=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 148 (58.20% from 255 or 51.57% from 287); Blue value is 68 (26.95% from 255 or 23.69% from 287); Max value from RGB is 148 - color contains mainly: green. Hex color #479444 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479444 is #B86BBB. Grayscale: #747474. Windows color (decimal): -12086204 or 4494407. OLE color: 4494407.

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

Color convert

RGB7114868-
CMYK0.5200.540.42
HSL117.75º37.04%42.35%-
HSV(B)117.75º54.05%58.04%-
XYZ14.2322.949.15-
YUV115.86100.9996-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.74%
GREEN value IS 148 (58.20% from 255) = 51.57%
BLUE value IS 68 (26.95% from 255) = 23.69%
R=24.74%
G=51.57%
B=23.69%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71148680.5200.540.42117.7537.0442.35
Hex479444340362A76252a
Octal10722410464066521664552
Binary100011110010100100010011010001101101010101110110100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479444; }

 p { color: rgb(71,148,68); }

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

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

 a { background-color: rgb(71,148,68); }

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

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

 span { border-color: rgb(71,148,68); }

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