#4C9F52

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

Shades of Fruit Salad #4C9F52

Tints of Fruit Salad #4C9F52

Color information

#4C9F52 (or 0x4C9F52) is unknown color: approx Fruit Salad. HEX triplet: 4C, 9F and 52. RGB value is (76,159,82). Sum of RGB (Red+Green+Blue) = 76+159+82=317 (41% of max value = 765). Red value is 76 (30.08% from 255 or 23.97% from 317); Green value is 159 (62.5% from 255 or 50.16% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 159 - color contains mainly: green. Hex color #4C9F52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9F52 is #B360AD. Grayscale: #7D7D7D. Windows color (decimal): -11755694 or 5414732. OLE color: 5414732.

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

Color convert

RGB7615982-
CMYK0.5200.480.38
HSL124.34º35.32%46.08%-
HSV(B)124.34º52.2%62.35%-
XYZ16.926.9412.29-
YUV125.4103.592.76-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.97%
GREEN value IS 159 (62.5% from 255) = 50.16%
BLUE value IS 82 (32.42% from 255) = 25.87%
R=23.97%
G=50.16%
B=25.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal76159820.5200.480.38124.3435.3246.08
Hex4C9F5234030267c232e
Octal11423712264060461744356
Binary100110010011111101001011010001100001001101111100100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,159,82); }

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

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

 a { background-color: rgb(76,159,82); }

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

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

 span { border-color: rgb(76,159,82); }

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