#4F9752

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

Shades of Fruit Salad #4F9752

Tints of Fruit Salad #4F9752

Color information

#4F9752 (or 0x4F9752) is unknown color: approx Fruit Salad. HEX triplet: 4F, 97 and 52. RGB value is (79,151,82). Sum of RGB (Red+Green+Blue) = 79+151+82=312 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.32% from 312); Green value is 151 (59.38% from 255 or 48.40% from 312); Blue value is 82 (32.42% from 255 or 26.28% from 312); Max value from RGB is 151 - color contains mainly: green. Hex color #4F9752 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9752 is #B068AD. Grayscale: #797979. Windows color (decimal): -11561134 or 5412687. OLE color: 5412687.

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

Color convert

RGB7915182-
CMYK0.4800.460.41
HSL122.5º31.3%45.1%-
HSV(B)122.5º47.68%59.22%-
XYZ15.8124.411.86-
YUV121.61105.6597.61-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.32%
GREEN value IS 151 (59.38% from 255) = 48.40%
BLUE value IS 82 (32.42% from 255) = 26.28%
R=25.32%
G=48.40%
B=26.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal79151820.4800.460.41122.531.345.1
Hex4F97523002E297a1f2d
Octal11722712260056511723755
Binary10011111001011110100101100000101110101001111101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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