#4F9748

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

Shades of Fruit Salad #4F9748

Tints of Fruit Salad #4F9748

Color information

#4F9748 (or 0x4F9748) is unknown color: approx Fruit Salad. HEX triplet: 4F, 97 and 48. RGB value is (79,151,72). Sum of RGB (Red+Green+Blue) = 79+151+72=302 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.16% from 302); Green value is 151 (59.38% from 255 or 50% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 151 - color contains mainly: green. Hex color #4F9748 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F9748 is #B068B7. Grayscale: #787878. Windows color (decimal): -11561144 or 4757327. OLE color: 4757327.

HSL color Cylindrical-coordinate representation of color #4F9748: hue angle of 114.68º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4F9748 is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB7915172-
CMYK0.4800.520.41
HSL114.68º35.43%43.73%-
HSV(B)114.68º52.32%59.22%-
XYZ15.4624.2610-
YUV120.47100.6598.42-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.16%
GREEN value IS 151 (59.38% from 255) = 50%
BLUE value IS 72 (28.52% from 255) = 23.84%
R=26.16%
G=50%
B=23.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal79151720.4800.520.41114.6835.4343.73
Hex4F9748300342973232c
Octal11722711060064511634354
Binary100111110010111100100011000001101001010011110011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,151,72); }

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

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

 a { background-color: rgb(79,151,72); }

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

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

 span { border-color: rgb(79,151,72); }

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