#4CA050

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

Shades of Fruit Salad #4CA050

Tints of Fruit Salad #4CA050

Color information

#4CA050 (or 0x4CA050) is unknown color: approx Fruit Salad. HEX triplet: 4C, A0 and 50. RGB value is (76,160,80). Sum of RGB (Red+Green+Blue) = 76+160+80=316 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.05% from 316); Green value is 160 (62.89% from 255 or 50.63% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 160 - color contains mainly: green. Hex color #4CA050 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA050 is #B35FAF. Grayscale: #7D7D7D. Windows color (decimal): -11755440 or 5283916. OLE color: 5283916.

HSL color Cylindrical-coordinate representation of color #4CA050: hue angle of 122.86º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4CA050 is Cyan = 0.52, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.37.

Color convert

RGB7616080-
CMYK0.5200.50.37
HSL122.86º35.59%46.27%-
HSV(B)122.86º52.5%62.75%-
XYZ1727.2611.95-
YUV125.76102.1792.5-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.05%
GREEN value IS 160 (62.89% from 255) = 50.63%
BLUE value IS 80 (31.64% from 255) = 25.32%
R=24.05%
G=50.63%
B=25.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal76160800.5200.50.37122.8635.5946.27
Hex4CA05034032257b242e
Octal11424012064062451734456
Binary100110010100000101000011010001100101001011111011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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