#4F9152

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

Shades of Fruit Salad #4F9152

Tints of Fruit Salad #4F9152

Color information

#4F9152 (or 0x4F9152) is unknown color: approx Fruit Salad. HEX triplet: 4F, 91 and 52. RGB value is (79,145,82). Sum of RGB (Red+Green+Blue) = 79+145+82=306 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.82% from 306); Green value is 145 (57.03% from 255 or 47.39% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 145 - color contains mainly: green. Hex color #4F9152 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9152 is #B06EAD. Grayscale: #767676. Windows color (decimal): -11562670 or 5411151. OLE color: 5411151.

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

Color convert

RGB7914582-
CMYK0.4600.430.43
HSL122.73º29.46%43.92%-
HSV(B)122.73º45.52%56.86%-
XYZ14.8722.5211.55-
YUV118.08107.63100.12-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.82%
GREEN value IS 145 (57.03% from 255) = 47.39%
BLUE value IS 82 (32.42% from 255) = 26.80%
R=25.82%
G=47.39%
B=26.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal79145820.4600.430.43122.7329.4643.92
Hex4F91522E02B2B7b1d2c
Octal11722112256053531733554
Binary10011111001000110100101011100101011101011111101111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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