#4CA550

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

Shades of Fruit Salad #4CA550

Tints of Fruit Salad #4CA550

Color information

#4CA550 (or 0x4CA550) is unknown color: approx Fruit Salad. HEX triplet: 4C, A5 and 50. RGB value is (76,165,80). Sum of RGB (Red+Green+Blue) = 76+165+80=321 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.68% from 321); Green value is 165 (64.84% from 255 or 51.40% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 165 - color contains mainly: green. Hex color #4CA550 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA550 is #B35AAF. Grayscale: #808080. Windows color (decimal): -11754160 or 5285196. OLE color: 5285196.

HSL color Cylindrical-coordinate representation of color #4CA550: hue angle of 122.7º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4CA550 is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB7616580-
CMYK0.5400.520.35
HSL122.7º36.93%47.25%-
HSV(B)122.7º53.94%64.71%-
XYZ17.8829.0312.25-
YUV128.7100.5190.41-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.68%
GREEN value IS 165 (64.84% from 255) = 51.40%
BLUE value IS 80 (31.64% from 255) = 24.92%
R=23.68%
G=51.40%
B=24.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal76165800.5400.520.35122.736.9347.25
Hex4CA55036034237b252f
Octal11424512066064431734557
Binary100110010100101101000011011001101001000111111011100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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