#4C9450

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

Shades of Fruit Salad #4C9450

Tints of Fruit Salad #4C9450

Color information

#4C9450 (or 0x4C9450) is unknown color: approx Fruit Salad. HEX triplet: 4C, 94 and 50. RGB value is (76,148,80). Sum of RGB (Red+Green+Blue) = 76+148+80=304 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25% from 304); Green value is 148 (58.20% from 255 or 48.68% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 148 - color contains mainly: green. Hex color #4C9450 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9450 is #B36BAF. Grayscale: #767676. Windows color (decimal): -11758512 or 5280844. OLE color: 5280844.

HSL color Cylindrical-coordinate representation of color #4C9450: hue angle of 123.33º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C9450 is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB7614880-
CMYK0.4900.460.42
HSL123.33º32.14%43.92%-
HSV(B)123.33º48.65%58.04%-
XYZ15.0223.311.29-
YUV118.72106.1597.53-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25%
GREEN value IS 148 (58.20% from 255) = 48.68%
BLUE value IS 80 (31.64% from 255) = 26.32%
R=25%
G=48.68%
B=26.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal76148800.4900.460.42123.3332.1443.92
Hex4C94503102E2A7b202c
Octal11422412061056521734054
Binary100110010010100101000011000101011101010101111011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,148,80); }

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

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

 a { background-color: rgb(76,148,80); }

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

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

 span { border-color: rgb(76,148,80); }

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