#4F945A

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

Shades of Fruit Salad #4F945A

Tints of Fruit Salad #4F945A

Color information

#4F945A (or 0x4F945A) is unknown color: approx Fruit Salad. HEX triplet: 4F, 94 and 5A. RGB value is (79,148,90). Sum of RGB (Red+Green+Blue) = 79+148+90=317 (41% of max value = 765). Red value is 79 (31.25% from 255 or 24.92% from 317); Green value is 148 (58.20% from 255 or 46.69% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 148 - color contains mainly: green. Hex color #4F945A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F945A is #B06BA5. Grayscale: #787878. Windows color (decimal): -11561894 or 5936207. OLE color: 5936207.

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

Color convert

RGB7914890-
CMYK0.4700.390.42
HSL129.57º30.4%44.51%-
HSV(B)129.57º46.62%58.04%-
XYZ15.6623.5813.4-
YUV120.76110.6498.22-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.92%
GREEN value IS 148 (58.20% from 255) = 46.69%
BLUE value IS 90 (35.55% from 255) = 28.39%
R=24.92%
G=46.69%
B=28.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal79148900.4700.390.42129.5730.444.51
Hex4F945A2F0272A821e2d
Octal11722413257047522023655
Binary100111110010100101101010111101001111010101000001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F945A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F945A; }

 p { color: rgb(79,148,90); }

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

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

 a { background-color: rgb(79,148,90); }

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

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

 span { border-color: rgb(79,148,90); }

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