#4FAF52

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

Shades of Fruit Salad #4FAF52

Tints of Fruit Salad #4FAF52

Color information

#4FAF52 (or 0x4FAF52) is unknown color: approx Fruit Salad. HEX triplet: 4F, AF and 52. RGB value is (79,175,82). Sum of RGB (Red+Green+Blue) = 79+175+82=336 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.51% from 336); Green value is 175 (68.75% from 255 or 52.08% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 175 - color contains mainly: green. Hex color #4FAF52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAF52 is #B050AD. Grayscale: #878787. Windows color (decimal): -11554990 or 5418831. OLE color: 5418831.

HSL color Cylindrical-coordinate representation of color #4FAF52: hue angle of 121.88º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4FAF52 is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB7917582-
CMYK0.5500.530.31
HSL121.88º37.8%49.8%-
HSV(B)121.88º54.86%68.63%-
XYZ20.0832.9313.28-
YUV135.6997.787.56-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.51%
GREEN value IS 175 (68.75% from 255) = 52.08%
BLUE value IS 82 (32.42% from 255) = 24.40%
R=23.51%
G=52.08%
B=24.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal79175820.5500.530.31121.8837.849.8
Hex4FAF52370351F7a2632
Octal11725712267065371724662
Binary10011111010111110100101101110110101111111111010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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